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.