Fixed retroservice error

This commit is contained in:
Treeku
2014-01-05 15:49:43 +00:00
parent ed2016d060
commit 8d26b2405b
+2
View File
@@ -46,6 +46,7 @@ public class RetroService implements INetworkDispatch {
this.core = core;
modifications = new ArrayList<IRetroModification>();
/*
core.retroService.addModification(new IRetroModification() {
public void modify(NGECore core) {
@@ -53,6 +54,7 @@ public class RetroService implements INetworkDispatch {
}
});
*/
}
public void addModification(IRetroModification modification) {