ShowStatusOnDrink config option

This commit is contained in:
Sn0wStorm
2020-11-04 16:56:11 +01:00
parent ec624ab3c7
commit c8a7a56ab9
14 changed files with 41 additions and 3 deletions
+3 -1
View File
@@ -200,7 +200,9 @@ public class BPlayer {
bPlayer.drinkCap(player);
}
bPlayer.syncToSQL(false);
bPlayer.showDrunkeness(player);
if (BConfig.showStatusOnDrink) {
bPlayer.showDrunkeness(player);
}
return true;
}