mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-27 04:54:04 +00:00
Update Upstream
9516002 Register platforms and commands in a more proper way (1766)
This commit is contained in:
@@ -124,7 +124,7 @@ class CLIPlatform extends AbstractPlatform {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void registerGameHooks() {
|
||||
public void setGameHooksEnabled(boolean enabled) {
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@@ -175,7 +175,7 @@ public class CLIWorldEdit {
|
||||
config = new CLIConfiguration(this);
|
||||
config.load();
|
||||
|
||||
WorldEdit.getInstance().getEventBus().post(new PlatformReadyEvent());
|
||||
WorldEdit.getInstance().getEventBus().post(new PlatformReadyEvent(platform));
|
||||
}
|
||||
|
||||
public void onStopped() {
|
||||
|
Reference in New Issue
Block a user