changeset 5206 | db775bddf771 |
parent 5201 | 7b9aa7aac336 |
child 5483 | fc755bb8096d |
--- a/project_files/HedgewarsMobile/Classes/ServerSetup.m Mon May 09 18:00:39 2011 +0200 +++ b/project_files/HedgewarsMobile/Classes/ServerSetup.m Wed May 11 01:26:38 2011 +0200 @@ -33,9 +33,7 @@ -(id) init { if (self = [super init]) { - NSDictionary *dict = [[NSDictionary alloc] initWithContentsOfFile:SETTINGS_FILE()]; - self.systemSettings = dict; - [dict release]; + self.systemSettings = nil; //nsuserdefault } return self; }