mirror of
https://bitbucket.org/projectswg/pswgcommon.git
synced 2026-07-13 21:00:59 -04:00
Minor bugfixes, added debugging features, and a new login request/resonse packet
This commit is contained in:
@@ -107,6 +107,10 @@ public class CustomizationString implements Encodable, Persistable {
|
||||
return variables.get(name);
|
||||
}
|
||||
|
||||
public Map<String, CustomizationVariable> getVariables() {
|
||||
return Collections.unmodifiableMap(variables);
|
||||
}
|
||||
|
||||
public void forEach(BiConsumer<? super String, ? super CustomizationVariable> consumer) {
|
||||
variables.forEach(consumer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user