Created Async MySQL Saver

This commit is contained in:
Sn0wStorm
2020-01-23 22:18:14 +01:00
parent 5f076c4d2f
commit 00f541dafe
4 changed files with 274 additions and 0 deletions
+7
View File
@@ -723,4 +723,11 @@ public class BPlayer {
return -getQuality() + 11;
}
/**
* Drunkeness at the time he went offline
*/
public int getOfflineDrunkeness() {
return offlineDrunk;
}
}