mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-27 00:49:44 +00:00
Removed some debug spam.
This commit is contained in:
parent
a8937f7bf0
commit
b72083fb18
2 changed files with 2 additions and 2 deletions
|
@ -150,3 +150,4 @@ v 1.9:
|
||||||
- Minor optimization when checking bukkit permissions.
|
- Minor optimization when checking bukkit permissions.
|
||||||
- Better reporting when a users.yml is failing to load.
|
- Better reporting when a users.yml is failing to load.
|
||||||
- Expanded '/manuadd'to accept an optional variable for the world (eg '/manuadd <player> <group> <world>').
|
- Expanded '/manuadd'to accept an optional variable for the world (eg '/manuadd <player> <group> <world>').
|
||||||
|
- Removed some debug spam.
|
|
@ -243,7 +243,6 @@ public class User extends DataUnit implements Cloneable {
|
||||||
//UserVariables temp = new UserVariables(this, varList);
|
//UserVariables temp = new UserVariables(this, varList);
|
||||||
variables.clearVars();
|
variables.clearVars();
|
||||||
for (String key : varList.keySet()) {
|
for (String key : varList.keySet()) {
|
||||||
System.out.print("Adding variable - " + key);
|
|
||||||
variables.addVar(key, varList.get(key));
|
variables.addVar(key, varList.get(key));
|
||||||
}
|
}
|
||||||
flagAsChanged();
|
flagAsChanged();
|
||||||
|
|
Loading…
Reference in a new issue