mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Update PlatformCommandManager.java
This commit is contained in:
parent
b97b40e413
commit
70efdf8c54
@ -727,6 +727,7 @@ public final class PlatformCommandManager {
|
||||
if (context instanceof MemoizingValueAccess) {
|
||||
context = ((MemoizingValueAccess) context).snapshotMemory();
|
||||
} else {
|
||||
System.out.println("Invalid context " + context);
|
||||
}
|
||||
Optional<EditSession> editSessionOpt = context.injectedValue(Key.of(EditSession.class));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user