diff options
Diffstat (limited to 'client/global.gd')
-rw-r--r-- | client/global.gd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/global.gd b/client/global.gd index 70601eae..a09f8696 100644 --- a/client/global.gd +++ b/client/global.gd @@ -2,7 +2,8 @@ extends Node const DEFAULT_SETTINGS := { "username": "Giovanni", - "character": 0 + "character": 0, + "last_server_url": "" } var settings := DEFAULT_SETTINGS.duplicate(true) |