mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-31 03:45:32 +00:00
[Server] Fix function name for setting timeScale
This commit is contained in:
parent
fc4d3fe3fa
commit
5c41350532
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ LuaState::LuaState()
|
|||
});
|
||||
});
|
||||
|
||||
lua->set_function("setDaysPassed", [](float timeScale) {
|
||||
lua->set_function("setTimeScale", [](float timeScale) {
|
||||
|
||||
auto packet = mwmp::Networking::get().getWorldstatePacketController()->GetPacket(ID_WORLD_TIME);
|
||||
|
||||
|
|
Loading…
Reference in a new issue