From 20fe692d20f85c7e8940d7cb377bee0447a74e00 Mon Sep 17 00:00:00 2001 From: Daniel Scalzi Date: Fri, 24 Mar 2023 18:35:41 -0400 Subject: [PATCH] Updated Developer Mode (markdown) --- Developer-Mode.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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.*