mirror of
https://github.com/essentials/Essentials.git
synced 2025-10-02 17:16:59 +02:00
First sweep over Essentials Chat, to implement 2.8 changes.
Formatting cache still needs reimplemented.
This commit is contained in:
@@ -12,7 +12,7 @@ public class ChatStore
|
||||
private final transient Trade charge;
|
||||
private long radius;
|
||||
|
||||
ChatStore(final IEssentials ess, final IUser user, final String type)
|
||||
public ChatStore(final IEssentials ess, final IUser user, final String type)
|
||||
{
|
||||
this.user = user;
|
||||
this.type = type;
|
||||
|
Reference in New Issue
Block a user