mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-09-13 08:25:34 +02:00
Prevent players from having more than one database querying command running at once.
This commit is contained in:
@@ -116,6 +116,7 @@ public class mcMMO extends JavaPlugin {
|
||||
public final static String playerDataKey = "mcMMO: Player Data";
|
||||
public final static String greenThumbDataKey = "mcMMO: Green Thumb";
|
||||
public final static String pistonDataKey = "mcMMO: Piston State";
|
||||
public final static String databaseCommandKey = "mcMMO: Processing Database Command";
|
||||
|
||||
public static FixedMetadataValue metadataValue;
|
||||
|
||||
|
Reference in New Issue
Block a user