Update engine (#2)

* Update engine

* Update engine
This commit is contained in:
Leon Friedrich 2023-06-18 06:49:19 +12:00 committed by GitHub
parent 153bbda6ae
commit 3e8fc20dd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 4 deletions

View file

@ -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",