mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
added fix for editor->append by xalduin
This commit is contained in:
parent
f14e7369f1
commit
54692ceaf1
|
@ -574,7 +574,7 @@ int CEditor::Append(const char *pFileName)
|
|||
|
||||
int Err;
|
||||
Err = NewMap.Load(Kernel()->RequestInterface<IStorage>(), pFileName);
|
||||
if(Err)
|
||||
if(!Err)
|
||||
return Err;
|
||||
|
||||
// modify indecies
|
||||
|
|
Loading…
Reference in a new issue