Rename 'remember_position' to 'save_player_pos' for clarity

This commit is contained in:
bbielsa
2021-10-26 19:25:29 -04:00
committed by Emilien Devos
parent b6792cf02e
commit 5abe7fe123
6 changed files with 19 additions and 19 deletions

View File

@@ -42,7 +42,7 @@ struct ConfigPreferences
property volume : Int32 = 100
property vr_mode : Bool = true
property show_nick : Bool = true
property remember_position : Bool = false
property save_player_pos : Bool = false
def to_tuple
{% begin %}