mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-11 17:15:07 +02:00
Merge branch 'refs/heads/groupmanager'
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user