Skip to content

Commit

Permalink
mastermode sending fix
Browse files Browse the repository at this point in the history
  • Loading branch information
greghaynes committed Jul 20, 2010
1 parent 369d2ef commit a34d07a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fpsgame/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,7 @@ namespace server
{
loopv(clients) allowedips.add(getclientip(clients[i]->clientnum));
}
sendf(-1, 1, "rii", N_MASTERMODE, mastermode);
SbPy::triggerEventInt("server_mastermode_changed", mastermode);
}

Expand Down

0 comments on commit a34d07a

Please sign in to comment.