From c504fb6ec5320b68fa8b57a17a7aed9c73147726 Mon Sep 17 00:00:00 2001 From: Andrew <89790804+Lurkzy@users.noreply.github.com> Date: Thu, 4 Aug 2022 01:13:55 -0500 Subject: [PATCH] Fixed a typo (#209) --- src/client/game/scripting/function_tables.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/game/scripting/function_tables.cpp b/src/client/game/scripting/function_tables.cpp index 7bdfe3f6..641f314e 100644 --- a/src/client/game/scripting/function_tables.cpp +++ b/src/client/game/scripting/function_tables.cpp @@ -4348,7 +4348,7 @@ namespace scripting {"maps/mp/gametypes/_hud_util", 0xA7A7}, {"maps/mp/gametypes/_killcam", 0xA7A8}, {"maps/mp/gametypes/_menus", 0xA7A9}, - {"maps/mp/gametypes/_misions", 0xA7AA}, + {"maps/mp/gametypes/_missions", 0xA7AA}, {"maps/mp/gametypes/_music_and_dialog", 0xA7AB}, {"maps/mp/gametypes/_objpoints", 0xA7AC}, {"maps/mp/gametypes/_orbital", 0xA7AD},