mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 07:49:03 +00:00
Created Async MySQL Saver
This commit is contained in:
@@ -723,4 +723,11 @@ public class BPlayer {
|
||||
return -getQuality() + 11;
|
||||
}
|
||||
|
||||
/**
|
||||
* Drunkeness at the time he went offline
|
||||
*/
|
||||
public int getOfflineDrunkeness() {
|
||||
return offlineDrunk;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user