Prevent players from having more than one database querying command running at once.

This commit is contained in:
t00thpick1
2014-08-19 18:11:56 -04:00
parent d8ad519cd0
commit d687543910
6 changed files with 24 additions and 2 deletions

View File

@ -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;