From d1806d9d29181113951261722b3a7f2bdce48a53 Mon Sep 17 00:00:00 2001 From: Bl4ckSpr4y Date: Sun, 7 Jan 2018 04:09:20 +0200 Subject: [PATCH] Fix a typo (#856) Changed 'custo' to 'custom'. --- .../eggs/source-engine/egg-custom-source-engine-game.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database/seeds/eggs/source-engine/egg-custom-source-engine-game.json b/database/seeds/eggs/source-engine/egg-custom-source-engine-game.json index af296e55d..683e9e7df 100644 --- a/database/seeds/eggs/source-engine/egg-custom-source-engine-game.json +++ b/database/seeds/eggs/source-engine/egg-custom-source-engine-game.json @@ -6,7 +6,7 @@ "exported_at": "2017-11-03T22:30:06-05:00", "name": "Custom Source Engine Game", "author": "support@pterodactyl.io", - "description": "This option allows modifying the startup arguments and other details to run a custo SRCDS based game on the panel.", + "description": "This option allows modifying the startup arguments and other details to run a custom SRCDS based game on the panel.", "image": "quay.io\/pterodactyl\/core:source", "startup": ".\/srcds_run -game {{SRCDS_GAME}} -console -port {{SERVER_PORT}} +map {{SRCDS_MAP}} +ip 0.0.0.0 -strictportbind -norestart", "config": { @@ -42,4 +42,4 @@ "rules": "required|alpha_dash|between:1,100" } ] -} \ No newline at end of file +}