Fixed insidejobbackup extension usage.
This commit is contained in:
parent
52db4e4cc9
commit
5bb3420514
@ -130,7 +130,7 @@
|
||||
|
||||
[level setInventory:newInventory];
|
||||
|
||||
NSString *backupPath = [levelPath stringByAppendingPathExtension:@".insidejobbackup"];
|
||||
NSString *backupPath = [levelPath stringByAppendingPathExtension:@"insidejobbackup"];
|
||||
|
||||
BOOL success;
|
||||
NSError *error = nil;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user