| 144 | }; |
| 145 | |
| 146 | static bool IsServerPlayerInvisible() |
| 147 | { |
| 148 | return Network::IsServerPlayerInvisible() && !Config::Get().general.debuggingTools; |
| 149 | } |
| 150 | |
| 151 | class MultiplayerWindow final : public Window |
| 152 | { |
no outgoing calls
no test coverage detected