Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit 6af29af

Browse files
committed
Fix generating config on plugin first start
1 parent 853fbf3 commit 6af29af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
17 Bytes
Binary file not shown.

addons/sourcemod/scripting/n_arms_fix.sp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#pragma newdecls required
1212

1313
#define PLUGIN_TAG "[-N- Arms Fix]"
14-
#define PLUGIN_VERSION "2.0"
14+
#define PLUGIN_VERSION "2.0.1"
1515

1616
#define TEAM_T 0
1717
#define TEAM_CT 1
@@ -93,6 +93,7 @@ public void OnPluginStart()
9393
BuildPath(Path_SM, g_sProtectedMapsFilePath, sizeof(g_sProtectedMapsFilePath), "configs/N_ArmsFix_ProtectedMaps.txt");
9494

9595
InitDefaultModels();
96+
GenerateConfigFiles();
9697
}
9798

9899
public void OnPluginEnd()

0 commit comments

Comments
 (0)