forked from mirror/openmw-tes3mp
[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);
|
auto packet = mwmp::Networking::get().getWorldstatePacketController()->GetPacket(ID_WORLD_TIME);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue