mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-26 00:19:43 +00:00
Removed some debug spam.
This commit is contained in:
parent
a8937f7bf0
commit
b72083fb18
2 changed files with 2 additions and 2 deletions
|
@ -149,4 +149,5 @@ v 1.9:
|
|||
- Make 'manload' reload the config correctly.
|
||||
- Minor optimization when checking bukkit permissions.
|
||||
- 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);
|
||||
variables.clearVars();
|
||||
for (String key : varList.keySet()) {
|
||||
System.out.print("Adding variable - " + key);
|
||||
variables.addVar(key, varList.get(key));
|
||||
}
|
||||
flagAsChanged();
|
||||
|
|
Loading…
Reference in a new issue