Skip to content

Commit

Permalink
Merge pull request #233 from dwasint/asasd
Browse files Browse the repository at this point in the history
sees bug, neuron activated
  • Loading branch information
dwasint authored Jul 31, 2023
2 parents 0a26f16 + 9800a48 commit 1cbfb23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion monkestation/code/modules/client/preference_savefile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
/datum/preferences/proc/save_preferences_monkestation()
savefile.set_entry("channel_volume", channel_volume)
savefile.set_entry("saved_tokens", saved_tokens)
savefile.set_entry("token_month", token_month)
if(token_month)
savefile.set_entry("token_month", token_month)

/datum/preferences/proc/load_preferences_monkestation()
channel_volume = savefile.get_entry("channel_volume", channel_volume)
Expand Down

0 comments on commit 1cbfb23

Please sign in to comment.