Skip to content

Commit e1d32e6

Browse files
committed
typo
1 parent 83e45f1 commit e1d32e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/mods/deathmatch/logic/luadefs/CLuaEngineDefs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2641,7 +2641,7 @@ int CLuaEngineDefs::EngineStreamingGetLimits(lua_State* luaVM)
26412641
int normalIn, normalOut, farIn, farOut, maxSwaps, furthestInLimit;
26422642
pStreamer->GetStreamingLimits(normalIn, normalOut, farIn, farOut, maxSwaps, furthestInLimit);
26432643

2644-
lua_newtable(luaVM);
2644+
lua_createtable(luaVM, 0, 6);
26452645

26462646
lua_pushstring(luaVM, "normalIn");
26472647
lua_pushnumber(luaVM, normalIn);

0 commit comments

Comments
 (0)