mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-05 22:27:23 +02:00
Fixing silly typo - Fixes shout costs.
This commit is contained in:
@@ -36,7 +36,7 @@ public class ChatStore
|
|||||||
|
|
||||||
public String getLongType()
|
public String getLongType()
|
||||||
{
|
{
|
||||||
return type.length() > 0 ? "chat" : "chat-" + type;
|
return type.length() == 0 ? "chat" : "chat-" + type;
|
||||||
}
|
}
|
||||||
|
|
||||||
public long getRadius()
|
public long getRadius()
|
||||||
|
Reference in New Issue
Block a user