summaryrefslogtreecommitdiffstats
path: root/EssentialsChat/src/com/earth2me/essentials/chat/ChatStore.java
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2012-01-24 22:08:20 +0000
committerKHobbits <rob@khobbits.co.uk>2012-01-24 22:08:20 +0000
commitbdc695c85b97a31694c75716f33566b171a9559f (patch)
tree24bd4dda334bbbe38344beb9efb5e2d08275fa98 /EssentialsChat/src/com/earth2me/essentials/chat/ChatStore.java
parent8c54f370922b4d5f13741ee6b06ecc307e2b6e7f (diff)
downloadEssentials-bdc695c85b97a31694c75716f33566b171a9559f.tar
Essentials-bdc695c85b97a31694c75716f33566b171a9559f.tar.gz
Essentials-bdc695c85b97a31694c75716f33566b171a9559f.tar.lz
Essentials-bdc695c85b97a31694c75716f33566b171a9559f.tar.xz
Essentials-bdc695c85b97a31694c75716f33566b171a9559f.zip
First sweep over Essentials Chat, to implement 2.8 changes.
Formatting cache still needs reimplemented.
Diffstat (limited to 'EssentialsChat/src/com/earth2me/essentials/chat/ChatStore.java')
-rw-r--r--EssentialsChat/src/com/earth2me/essentials/chat/ChatStore.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialsChat/src/com/earth2me/essentials/chat/ChatStore.java b/EssentialsChat/src/com/earth2me/essentials/chat/ChatStore.java
index bd6a9adab..b2a429e14 100644
--- a/EssentialsChat/src/com/earth2me/essentials/chat/ChatStore.java
+++ b/EssentialsChat/src/com/earth2me/essentials/chat/ChatStore.java
@@ -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;