From f32a7ff62ff251afa1f0b7394c54389078ae2abc Mon Sep 17 00:00:00 2001 From: Daniel Scalzi Date: Tue, 9 Jun 2020 13:17:45 -0400 Subject: [PATCH] Updated Developer Mode (markdown) --- Developer-Mode.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Developer-Mode.md b/Developer-Mode.md index 6260673..603d739 100644 --- a/Developer-Mode.md +++ b/Developer-Mode.md @@ -53,12 +53,15 @@ You've made changes to WesterosBlocks and wish to test these ingame. .westeroscraft/common/modstore/com/westeroscraft/westerosblocks/test/westerosblocks-test.jar ``` -#### Step 3 - Turn on dev mode. +#### Step 3 - Turn on dev mode and pull the changes. * Open the console and type the following. ```JavaScript DistroManager.setDevMode(true) ``` +```Javascript +DistroManager.pullLocal() +``` *Note: Dev mode is always false whenever you open the launcher.* From here, the game should launch with your modified version of the client.