mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-22 09:08:01 +01:00
Fixing silly typo - Fixes shout costs.
This commit is contained in:
parent
86a1dda46c
commit
691a0ef4ce
@ -36,7 +36,7 @@ public class ChatStore
|
||||
|
||||
public String getLongType()
|
||||
{
|
||||
return type.length() > 0 ? "chat" : "chat-" + type;
|
||||
return type.length() == 0 ? "chat" : "chat-" + type;
|
||||
}
|
||||
|
||||
public long getRadius()
|
||||
|
Loading…
Reference in New Issue
Block a user