We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e5f44 commit 196fb06Copy full SHA for 196fb06
Client/mods/deathmatch/logic/luadefs/CLuaWeaponDefs.cpp
@@ -53,7 +53,7 @@ void CLuaWeaponDefs::AddClass ( lua_State* luaVM )
53
lua_classfunction ( luaVM, "setAmmo", "setWeaponAmmo" );
54
lua_classfunction ( luaVM, "setClipAmmo", "setWeaponClipAmmo" );
55
56
- lua_classfunction ( luaVM, "getProperty", "setWeaponProperty" );
+ lua_classfunction ( luaVM, "getProperty", "getWeaponProperty" );
57
lua_classfunction ( luaVM, "getOwner", "getWeaponOwner" );
58
lua_classfunction ( luaVM, "getTarget", "getWeaponTarget" );
59
lua_classfunction ( luaVM, "getFiringRate", "getWeaponFiringRate" );
0 commit comments