Skip to content

Commit

Permalink
Game difficulty reported twice on Discord command
Browse files Browse the repository at this point in the history
Fixes #166
  • Loading branch information
niekcandaele committed Jul 14, 2020
1 parent 38ec018 commit 46e6bc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/hooks/discordBot/commands/sdtd/serverInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ ${serverInfo.serverInfo.EACEnabled} EAC
:small_orange_diamond: Max zombies: ${serverInfo.serverInfo.MaxSpawnedZombies}
:small_orange_diamond: Blood moon enemy count: ${serverInfo.serverInfo.BloodMoonEnemyCount}
:small_orange_diamond: Land claim size: ${serverInfo.serverInfo.LandClaimSize} - Dead zone: ${serverInfo.serverInfo.LandClaimDeadZone} - Expiry date: ${serverInfo.serverInfo.LandClaimExpiryTime}
:small_orange_diamond: Game difficulty: ${serverInfo.serverInfo.GameDifficulty}
:small_orange_diamond: Drop on death: ${serverInfo.serverInfo.DropOnDeath}
:small_orange_diamond: Player killing mode: ${serverInfo.serverInfo.PlayerKillingMode}
:small_orange_diamond: Air drop frequency: ${serverInfo.serverInfo.AirDropFrequency / 24} days
Expand Down

0 comments on commit 46e6bc7

Please sign in to comment.