1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-26 07:54:41 +02:00

Fixing IUser

This commit is contained in:
Chris Ward
2012-12-23 21:29:26 +11:00
parent 66db3c6cfb
commit bb64fa468a

View File

@@ -47,5 +47,5 @@ public interface IUser extends Player
boolean isAfk();
void setAfk();
void setAfk(final boolean set);
}