mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-10 06:28:36 +00:00
Little bit of formatting
This commit is contained in:
@ -104,7 +104,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