mirror of
https://github.com/essentials/Essentials.git
synced 2025-01-17 05:18:28 +01:00
Fixing silly typo - Fixes shout costs.
This commit is contained in:
parent
c96e691af6
commit
373f0a1460
@ -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…
x
Reference in New Issue
Block a user