Skip to content
This repository was archived by the owner on Sep 24, 2023. It is now read-only.

Commit abce6aa

Browse files
committed
Fix not marking entity string as modified
1 parent 91952b3 commit abce6aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripting/level_keyvalues.sp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#pragma newdecls required
1919

20-
#define PLUGIN_VERSION "0.2.0"
20+
#define PLUGIN_VERSION "0.2.1"
2121
public Plugin myinfo = {
2222
name = "Level KeyValues",
2323
author = "nosoop",
@@ -81,7 +81,7 @@ public Action OnLevelInit(const char[] mapName, char mapEntities[2097152]) {
8181
mapEntities = "";
8282
WriteEntityList(g_MapEntities, mapEntities, sizeof(mapEntities));
8383

84-
return Plugin_Continue;
84+
return Plugin_Changed;
8585
}
8686

8787
public int Native_GetKeysByHammerID(Handle plugin, int argc) {

0 commit comments

Comments
 (0)