Update Setting up IntelliJ authored by Merlin's avatar Merlin
......@@ -32,7 +32,7 @@ The image below will guide you to the correct location.
To run the game on your machine, use these run configurations for the Desktop Client, Login Server and Game Servers with the following arguments.
The Working Directory fields that are listed will be added after the "FreshmanRPGSuite" path.
All Class names are prefixed with (`edu.ship.engr.shipsim.`) Example: `edu.ship.engr.shipsim.Server`
$\textcolor{red}{\text{All Class names are prefixed with (edu.ship.engr.shipsim.) Example: edu.ship.engr.shipsim.Server}}$
The environment variables text box in each run configuration should contain: `INTELLIJ_MODE=true`
......
......