Skip to content

Commit 8e2b185

Browse files
authored
🐛 Reset gag data on disconnect (#121)
1 parent 0453ca3 commit 8e2b185

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cstrike/addons/amxmodx/scripting/CA_Gag.sma

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ public client_putinserver(id) {
167167

168168
public client_disconnected(id) {
169169
GagData_Reset(g_adminTempData[id])
170+
GagData_Reset(g_currentGags[id])
170171
g_inEditMenu[id] = false
171172
}
172173

0 commit comments

Comments
 (0)