HackedNPC code section offset same as Cubot (for real this time)

This commit is contained in:
simon 2019-01-01 10:16:54 -05:00
parent 7fd1c35f7a
commit 46d5c9b51e

View File

@ -63,7 +63,7 @@ public class CPU implements MongoSerializable {
public CPU() {
instructionSet = new DefaultInstructionSet();
registerSet = new DefaultRegisterSet();
codeSectionOffset = 0;
codeSectionOffset = GameServer.INSTANCE.getConfig().getInt("org_offset");
instructionSet.add(new JmpInstruction(this));
instructionSet.add(new JnzInstruction(this));