diff --git a/Developer-Mode.md b/Developer-Mode.md index 603d739..3be72f6 100644 --- a/Developer-Mode.md +++ b/Developer-Mode.md @@ -53,14 +53,11 @@ 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 and pull the changes. +#### Step 3 - Turn on dev mode. * Open the console and type the following. ```JavaScript -DistroManager.setDevMode(true) -``` -```Javascript -DistroManager.pullLocal() +devModeToggle() ``` *Note: Dev mode is always false whenever you open the launcher.*