This commit is contained in:
rusefillc 2021-11-18 19:19:22 -05:00
parent aba4e5167e
commit 224090dfec
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ public class VariableRegistry {
data.put(key, value);
}
@Nullable
public String get(Object key) {
return data.get(key);
}