mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-10 06:38:35 +00:00
Update from sk89q/master
This commit is contained in:
@ -106,7 +106,7 @@ public class SessionManager {
|
||||
checkNotNull(name);
|
||||
for (SessionHolder holder : sessions.values()) {
|
||||
String test = holder.key.getName();
|
||||
if (test != null && name.equals(test)) {
|
||||
if (name.equals(test)) {
|
||||
return holder.session;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user