Added Messages and Commands when drinking

This commit is contained in:
Sn0wStorm
2019-11-22 20:00:05 +01:00
parent d0198c9f04
commit fa2a4974d8
7 changed files with 178 additions and 40 deletions
+1 -1
View File
@@ -524,7 +524,7 @@ public class P extends JavaPlugin {
BConfig.reloader = null;
}
public P getInstance() {
public static P getInstance() {
return p;
}