Skip to content

Commit

Permalink
Update general-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilisThePikachu committed Jun 18, 2024
1 parent 7e3027a commit 2ea5d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/en/space-station-14/mapping/guides/general-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ A [development environment](../../../general-development/setup/setting-up-a-deve
If you are using a development enviroment instead of just hosting a local server, make sure to use Tools instead of Debug/DebugOpt mode. This is because Debug adds artificial lag (making mapping unpleasant) and crashes more (having more assertions enabled).
Additionally be careful to not use Release, which disables development environment tooling and configuration and causes the game to act like a standard server instead of a development environment.

If you have ``runclient Tools.bat`` and ``runserver Tools.bat`` you can run those.
If you have ``runclient-Tools.bat`` and ``runserver-Tools.bat`` you can run those.

If you don't have the above or want to launch via a console yourself, you can just use:
```
Expand Down

0 comments on commit 2ea5d9b

Please sign in to comment.