Removed "on" prefix from all remote methods
This commit is contained in:
@@ -138,7 +138,7 @@ public class Net{
|
||||
*/
|
||||
public void closeServer(){
|
||||
for(NetConnection con : getConnections()){
|
||||
Call.onKick(con, KickReason.serverClose);
|
||||
Call.kick(con, KickReason.serverClose);
|
||||
}
|
||||
|
||||
provider.closeServer();
|
||||
|
||||
Reference in New Issue
Block a user