mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-28 05:45:15 -06:00
Fixed formatting
This commit is contained in:
parent
47df7bd3d3
commit
e0dac2e9f3
1 changed files with 1 additions and 2 deletions
|
|
@ -130,7 +130,7 @@ public class PluginRepository {
|
|||
}
|
||||
|
||||
public static void Draw() {
|
||||
List<Plugin> pluginsSnapshot = new ArrayList<>(loadedPlugins.values());
|
||||
List<Plugin> pluginsSnapshot = new ArrayList<>(loadedPlugins.values());
|
||||
pluginsSnapshot.forEach(Plugin::_draw);
|
||||
}
|
||||
|
||||
|
|
@ -146,7 +146,6 @@ public class PluginRepository {
|
|||
String[] tokens = commandStr.toString().split(" ");
|
||||
String[] args = Arrays.copyOfRange(tokens, 1, tokens.length);
|
||||
List<Plugin> pluginsSnapshot = new ArrayList<>(loadedPlugins.values());
|
||||
|
||||
pluginsSnapshot.forEach((plugin) -> plugin.ProcessCommand(tokens[0], args));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue