mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-12 22:45:31 -04:00
Fixed retroservice error
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user