Skip to content

Commit

Permalink
Add missing CLuaNetworkDefs::LoadFunctions on client-side (multitheft…
Browse files Browse the repository at this point in the history
  • Loading branch information
StrixG committed Oct 19, 2020
1 parent 047dbc0 commit 94cd71e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client/mods/deathmatch/logic/lua/CLuaManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ void CLuaManager::LoadCFunctions()
CLuaFireDefs::LoadFunctions();
CLuaGUIDefs::LoadFunctions();
CLuaMarkerDefs::LoadFunctions();
CLuaNetworkDefs::LoadFunctions();
CLuaObjectDefs::LoadFunctions();
CLuaPedDefs::LoadFunctions();
CLuaPickupDefs::LoadFunctions();
Expand Down

0 comments on commit 94cd71e

Please sign in to comment.