| 173 | } |
| 174 | |
| 175 | std::string GameMap::serverStr() |
| 176 | { |
| 177 | if (mIsServerGameMap) |
| 178 | return std::string("SERVER - "); |
| 179 | |
| 180 | return std::string("CLIENT (" + getLocalPlayerNick() + ") - "); |
| 181 | } |
| 182 | |
| 183 | bool GameMap::isInEditorMode() const |
| 184 | { |
no outgoing calls
no test coverage detected