From c2676a2ddaa883a8c7a08645af33e06539f212ee Mon Sep 17 00:00:00 2001 From: div0 Date: Fri, 4 Jan 2008 06:21:45 +0000 Subject: [PATCH] remove unnecessary strcat git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3096 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/common/mapinfo.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/qcsrc/common/mapinfo.qc b/data/qcsrc/common/mapinfo.qc index 83f2aa4ee..e27630dd2 100644 --- a/data/qcsrc/common/mapinfo.qc +++ b/data/qcsrc/common/mapinfo.qc @@ -580,7 +580,7 @@ void MapInfo_LoadMap(string s) print("EMERGENCY: can't play the selected map in the given game mode. Falling back to deathmatch.\n"); MapInfo_SwitchGameType(MAPINFO_TYPE_DEATHMATCH); } - localcmd(strcat("\nsettemp_restore\n")); + localcmd("\nsettemp_restore\n"); MapInfo_Get_ByName(s, 1, MapInfo_CurrentGametype()); localcmd(strcat("\nchangelevel ", s, "\n")); } -- 2.39.2