Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 02:50:05 +01:00
Update PlatformCommandManager.java
Dieser Commit ist enthalten in:
Ursprung
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));
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren