1
0
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:
KHobbits
2012-01-24 22:08:20 +00:00
parent 8c54f37092
commit bdc695c85b
10 changed files with 152 additions and 137 deletions

View File

@@ -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;