Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
wincent
2023-05-07 10:26:50 +02:00
1585 changed files with 57610 additions and 51641 deletions

View File

@@ -57,7 +57,7 @@ CppScripts::Script* ScriptComponent::GetScript() {
}
void ScriptComponent::SetScript(const std::string& scriptName) {
//we don't need to delete the script because others may be using it :)
//we don't need to delete the script because others may be using it :)
/*if (m_Client) {
m_Script = new InvalidScript();
return;