Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Feb 7, 2023
1 parent c687de9 commit 33908e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fallguys/dllapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ int NewSpawn_Post(edict_t *pent)

void NewServerActivate(edict_t *pEdictList, int edictCount, int clientMax)
{
if (!stricmp(STRING(gpGlobals->mapname), "fallguys"))
if (!strcasecmp(STRING(gpGlobals->mapname), "fallguys"))
{
g_bIsFallGuysSeason1 = true;
}
Expand Down

0 comments on commit 33908e5

Please sign in to comment.