diff --git a/players.c b/players.c --- a/players.c +++ b/players.c @@ -713,6 +713,8 @@ int32 CmdPlayerCtrl(int x, int y, uint32 ci->client_playas = OWNER_SPECTATOR; NetworkUpdateClientInfo(ci->client_index); } +#else + } #endif /* ENABLE_NETWORK */ } break;