File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Client/mods/deathmatch/logic/luadefs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ void CLuaObjectDefs::AddClass ( lua_State* luaVM )
44
44
lua_classfunction ( luaVM, " stop" , " stopObject" );
45
45
lua_classfunction ( luaVM, " break" , " breakObject" );
46
46
lua_classfunction ( luaVM, " respawn" , " respawnObject" );
47
- lua_classfunction ( luaVM, " toggleObjectRespawn " , " toggleObjectRespawn" );
47
+ lua_classfunction ( luaVM, " toggleRespawn " , " toggleObjectRespawn" );
48
48
49
49
lua_classfunction ( luaVM, " getScale" , " getObjectScale" );
50
50
lua_classfunction ( luaVM, " isBreakable" , " isObjectBreakable" );
@@ -466,4 +466,4 @@ int CLuaObjectDefs::SetObjectMass ( lua_State* luaVM )
466
466
467
467
lua_pushboolean ( luaVM, false );
468
468
return 1 ;
469
- }
469
+ }
You can’t perform that action at this time.
0 commit comments