This commit is contained in:
doitux
2007-06-11 05:30:39 +00:00
parent baf2c82864
commit ec841e0a3a
-1
View File
@@ -116,4 +116,3 @@ void ServerGuiWrapper::SignalNetServerPlayerJoined(const string &playerName) { i
void ServerGuiWrapper::SignalNetServerPlayerLeft(const string &playerName) { if (myServercb) myServercb->SignalNetServerPlayerLeft(playerName); }
void ServerGuiWrapper::SignalNetServerStartDialog() { if (myServercb) myServercb->SignalNetServerStartDialog(); }
\