Fix if statement with empty body.
This commit is contained in:
parent
98a970585a
commit
9d463a8914
1 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ void register_multiscript_types() {
|
|||
}
|
||||
void unregister_multiscript_types() {
|
||||
|
||||
if (script_multi_script);
|
||||
if (script_multi_script) {
|
||||
memdelete(script_multi_script);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue