forked from 2009Scape/Server
update compiled server, fix instructions error
This commit is contained in:
parent
8f9bf6ad5c
commit
965e1b37ed
142 changed files with 502 additions and 1027 deletions
|
|
@ -82,7 +82,7 @@ public final class ScriptCompiler {
|
|||
return;
|
||||
}
|
||||
instructions = new HashMap<>();
|
||||
for (File file : new File("bin/org/crandor/game/system/script/context/").listFiles()) {
|
||||
for (File file : new File("./org/crandor/game/system/script/context/").listFiles()) {
|
||||
String name = file.getName();
|
||||
if (name.contains("$")) {
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue