MassManager: remove a redundant initialisation.
This commit is contained in:
parent
3f3166691d
commit
fa78ca2a8a
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class MassManager {
|
|||
std::string _steamId;
|
||||
bool _demo;
|
||||
|
||||
std::string _lastError = "";
|
||||
std::string _lastError;
|
||||
|
||||
Containers::Array<Mass> _hangars;
|
||||
|
||||
|
|
Loading…
Reference in a new issue