Updated Developer Mode (markdown)

Daniel Scalzi 2020-06-09 13:17:45 -04:00
parent a07bb9c1f8
commit f32a7ff62f

@ -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 .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. * Open the console and type the following.
```JavaScript ```JavaScript
DistroManager.setDevMode(true) DistroManager.setDevMode(true)
``` ```
```Javascript
DistroManager.pullLocal()
```
*Note: Dev mode is always false whenever you open the launcher.* *Note: Dev mode is always false whenever you open the launcher.*
From here, the game should launch with your modified version of the client. From here, the game should launch with your modified version of the client.