forked from External/mage
* Eye of Ugin - Fixed tooltip text ("colorless" was missing).
This commit is contained in:
parent
f77e709f6b
commit
dda09ce535
2 changed files with 2 additions and 2 deletions
|
|
@ -132,7 +132,7 @@ public class User {
|
|||
}
|
||||
|
||||
public boolean isConnected() {
|
||||
return userState == UserState.Connected || userState == UserState.Reconnected;
|
||||
return userState.equals(UserState.Connected) || userState.equals(UserState.Reconnected);
|
||||
}
|
||||
|
||||
public String getDisconnectDuration() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue