Start rewrite of lua, rename all print functions

This commit is contained in:
Lion Kortlepel
2021-09-16 01:04:01 +02:00
parent d082620525
commit dd4e4c4467
20 changed files with 215 additions and 136 deletions

View File

@@ -28,5 +28,5 @@ TResourceManager::TResourceManager() {
}
if (mModsLoaded)
info("Loaded " + std::to_string(mModsLoaded) + " Mods");
beammp_info("Loaded " + std::to_string(mModsLoaded) + " Mods");
}