This commit is contained in:
Waverunner
2014-03-29 19:09:45 -04:00
parent f9dfc0a766
commit 75f72fe7dc
4 changed files with 34 additions and 2 deletions
+1
View File
@@ -48,6 +48,7 @@ public class BuffService implements INetworkDispatch {
public BuffService(NGECore core) {
this.core = core;
core.commandService.registerCommand("removeBuff");
}
@Override