From 4356563fd9a91cd5e98f5955d3f85cc980661979 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Sat, 3 Sep 2022 09:36:14 +0200 Subject: [PATCH] Update gamemodes README - Add throwing knife missing for bots issue to all_or_nothing.gsc --- gamemodes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamemodes/README.md b/gamemodes/README.md index 047496a..5ed8989 100644 --- a/gamemodes/README.md +++ b/gamemodes/README.md @@ -2,4 +2,4 @@ ## all_or_nothing.gsc Recreation of the Modern Warfare 3 All or Nothing gamemode based on [the wiki](https://callofduty.fandom.com/wiki/All_or_Nothing_(Game_Mode)#Call_of_Duty:_Modern_Warfare_3). -Sadly the scavenger killstreak doesn't work for bots since for some reason the `giveLoadout()` function in `ReplaceKillstreaks()` causes an infinite loop that crashes the game \ No newline at end of file +Sadly the scavenger killstreak and giving a throwing knife doesn't work for bots since for some reason the `giveLoadout()` function in `ReplaceKillstreaks()` causes an infinite loop that crashes the game. \ No newline at end of file