From c3263c03776401ad1263a9fb8f5a44a8ed44d61b Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 17 Nov 2021 10:13:06 +0100 Subject: Refactored package structure --- config/test_data/duplicate_game.yaml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 config/test_data/duplicate_game.yaml (limited to 'config/test_data/duplicate_game.yaml') diff --git a/config/test_data/duplicate_game.yaml b/config/test_data/duplicate_game.yaml deleted file mode 100644 index f01a017..0000000 --- a/config/test_data/duplicate_game.yaml +++ /dev/null @@ -1,30 +0,0 @@ -App: - WorkingDirectory: var/ - MaxUsers: 1 - AllowRegistration: true - MaxNickLen: 15 - MenuMaxIdleTime: 600 - -Menus: - anonymous: - MenuEntries: - - Key: q - Label: quit - Action: quit - logged_in: - MenuEntries: - - Key: p - Label: play - Action: play test - -Games: - test: - ChrootPath: test_data/fake_nethack_directory - FileMode: 0777 - Commands: - - wait - test: - ChrootPath: test_data/fake_nethack_directory - FileMode: 0777 - Commands: - - wait -- cgit v1.2.3