Replaced is null with == null

remotes/1705377932733043820/tmp_refs/heads/unbroken
unfa 2021-09-11 15:32:31 +02:00
parent 6f45d87139
commit c5ab13fd17
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ func load_settings():
settings = file.get_var()
file.close()
if settings is null:
if settings == null:
settings = {}
func apply_settings():