geforkt von Mirrors/FastAsyncWorldEdit
Remove the system property check for uuidOverride (#459)
as it caused a server timeout... https://pastebin.com/z5ktU8r3
Dieser Commit ist enthalten in:
Ursprung
ec0422d682
Commit
b5e1f3dbc3
@ -243,13 +243,8 @@ public class SessionManager {
|
||||
* @return the key object
|
||||
*/
|
||||
protected UUID getKey(SessionKey key) {
|
||||
String forcedKey = System.getProperty("worldedit.session.uuidOverride");
|
||||
if (forcedKey != null) {
|
||||
return UUID.fromString(forcedKey);
|
||||
} else {
|
||||
return key.getUniqueId();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the session for the given owner if one exists.
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren