Skip to content

Commit

Permalink
bugfix: Toggling thunderdome enrolling state no longer causes runtimes (
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell authored Feb 28, 2024
1 parent 55b963e commit 997aaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/tgui/modules/minigames_explorer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
if(ROLE_THUNDERDOME in GLOB.special_roles)
owner.client?.prefs?.be_special ^= ROLE_THUNDERDOME
if(CONFIG_GET(flag/sql_enabled))
owner.client?.prefs?.save_preferences()
owner.client?.prefs?.save_preferences(owner.client)
return

if("toggle_notifications")
Expand Down

0 comments on commit 997aaa3

Please sign in to comment.