From 8fb8706a84c41f3c94d5fe7ff648cd1615a471cb Mon Sep 17 00:00:00 2001 From: Martin <ms618@hdm-stuttgart.de> Date: Tue, 23 Jan 2024 20:55:15 +0100 Subject: [PATCH] AccountType Local --- src/main/resources/player/playerAccount.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/player/playerAccount.json b/src/main/resources/player/playerAccount.json index ad25fb8a..60070b6e 100644 --- a/src/main/resources/player/playerAccount.json +++ b/src/main/resources/player/playerAccount.json @@ -1,5 +1,5 @@ { "playerName": "Player1", "accountPassword": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8", - "accountType": "ONLINE" + "accountType": "LOCAL" } \ No newline at end of file -- GitLab