mirror of
https://github.com/space-wizards/RobustToolboxTemplateSingleplayer.git
synced 2026-02-10 16:24:49 -05:00
parent
153bbda6ae
commit
3e8fc20dd7
3 changed files with 16 additions and 4 deletions
|
|
@ -22,9 +22,6 @@ internal static class Program
|
|||
// Default window name. This can also be changed on runtime with the IClyde service.
|
||||
DefaultWindowTitle = "RobustToolbox Template Game",
|
||||
|
||||
// This template is singleplayer-only, so we disable connecting to a server from program arguments.
|
||||
DisableCommandLineConnect = true,
|
||||
|
||||
// Name of the folder where the user's data (config, etc) will be stored.
|
||||
UserDataDirectoryName = "Template Game",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue