mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 03:05:11 -05:00
fix formatting :trollface:
This commit is contained in:
parent
8ca227c219
commit
1107c1e160
1 changed files with 1 additions and 2 deletions
|
@ -53,8 +53,7 @@ class Save
|
|||
public function new(?data:RawSaveData)
|
||||
{
|
||||
if (data == null) this.data = Save.getDefault();
|
||||
else
|
||||
this.data = data;
|
||||
else this.data = data;
|
||||
}
|
||||
|
||||
public static function getDefault():RawSaveData
|
||||
|
|
Loading…
Reference in a new issue