friendAdd and friendRemove update PlayerObject FriendList now

This commit is contained in:
Waverunner
2013-12-10 18:53:42 -05:00
parent 5f616ed5f0
commit 1065c70c55
4 changed files with 22 additions and 19 deletions
-2
View File
@@ -136,8 +136,6 @@ public class SimulationService implements INetworkDispatch {
core.commandService.registerCommand("waypoint");
core.commandService.registerCommand("setwaypointactivestatus");
core.commandService.registerCommand("setwaypointname");
core.commandService.registerCommand("addfriend");
core.commandService.registerCommand("removefriend");
core.commandService.registerCommand("getfriendlist");
core.commandService.registerCommand("deathblow");
core.commandService.registerCommand("endduel");