mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-12-01 13:24:25 +01:00
fixed stupid bug
--HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40364
This commit is contained in:
parent
76c6763cd2
commit
c9eab2b76d
@ -137,7 +137,7 @@ extern "C" void _LoadFunction()
|
||||
} else if (strcmp(input, "error") == 0) {
|
||||
mode = Restart_Error;
|
||||
} else if (strcmp(input, "quit") == 0) {
|
||||
mode = Restart_Never;
|
||||
mode = Restart_Quit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user