Skip to content

Commit 66931c1

Browse files
authored
remove optional respawn rotation arg
1 parent 53e63fb commit 66931c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/mods/deathmatch/logic/luadefs/CLuaVehicleDefs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2378,7 +2378,7 @@ int CLuaVehicleDefs::SetVehicleRespawnRotation(lua_State* luaVM)
23782378

23792379
CScriptArgReader argStream(luaVM);
23802380
argStream.ReadUserData(pElement);
2381-
argStream.ReadVector3D(vecRotation, CVector());
2381+
argStream.ReadVector3D(vecRotation);
23822382

23832383
if (!argStream.HasErrors())
23842384
{

0 commit comments

Comments
 (0)