Skip to content

Commit

Permalink
Simplify autosave_enabled doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
CakeVR committed Feb 20, 2024
1 parent 210286d commit e23e697
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/dialogic/Modules/Save/subsystem_save.gd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ enum AutoSaveMode {
## The initial value can be set in the project settings via th Dialogic editor.
##
## This can be toggled during the game.
## Allowing to have a setting in the game's options menu.
var autosave_enabled := false:
set(enabled):
autosave_enabled = enabled
Expand Down

0 comments on commit e23e697

Please sign in to comment.