Skip to content

Commit 6c0228f

Browse files
committed
[[ Script ]] Make sure MCScriptInitialize() returns true if it succeeds.
1 parent b9cd9a3 commit 6c0228f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libscript/src/script-object.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ bool MCScriptInitialize(void)
3838

3939
s_builtin_module_count = t_module_count;
4040

41-
return false;
41+
return true;
4242
}
4343

4444
void MCScriptFinalize(void)

0 commit comments

Comments
 (0)