mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 07:49:03 +00:00
ShowStatusOnDrink config option
This commit is contained in:
@@ -200,7 +200,9 @@ public class BPlayer {
|
||||
bPlayer.drinkCap(player);
|
||||
}
|
||||
bPlayer.syncToSQL(false);
|
||||
bPlayer.showDrunkeness(player);
|
||||
if (BConfig.showStatusOnDrink) {
|
||||
bPlayer.showDrunkeness(player);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user