Skip to content

Commit 3757b84

Browse files
committed
move shavit-mapfixes.cfg out of configs/ and into gamedata/
1 parent 317169d commit 3757b84

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

addons/sourcemod/scripting/shavit-misc.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ public void Shavit_OnStyleChanged(int client, int oldstyle, int newstyle, int tr
486486
void LoadMapFixes()
487487
{
488488
char sPath[PLATFORM_MAX_PATH];
489-
BuildPath(Path_SM, sPath, PLATFORM_MAX_PATH, "configs/shavit-mapfixes.cfg");
489+
BuildPath(Path_SM, sPath, PLATFORM_MAX_PATH, "gamedata/shavit-mapfixes.cfg");
490490

491491
KeyValues kv = new KeyValues("shavit-mapfixes");
492492

0 commit comments

Comments
 (0)