MassManager: remove a redundant initialisation.

This commit is contained in:
Guillaume Jacquemin 2021-07-21 12:38:27 +02:00
parent 3f3166691d
commit fa78ca2a8a
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class MassManager {
std::string _steamId;
bool _demo;
std::string _lastError = "";
std::string _lastError;
Containers::Array<Mass> _hangars;