Removed "on" prefix from all remote methods

This commit is contained in:
Anuken
2020-07-03 18:48:31 -04:00
parent 7ff2e98420
commit 8576d535bd
22 changed files with 108 additions and 84 deletions
+1 -1
View File
@@ -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();