Removed "on" prefix from all remote methods
This commit is contained in:
@@ -17,7 +17,7 @@ public class Units{
|
||||
private static boolean boolResult;
|
||||
|
||||
@Remote(called = Loc.server)
|
||||
public static void onUnitDeath(Unit unit){
|
||||
public static void unitDeath(Unit unit){
|
||||
unit.killed();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user