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