This commit is contained in:
Evil Factory
2021-08-10 23:34:07 -03:00
parent 694f7adcc6
commit 06f40fa368
4 changed files with 5 additions and 2 deletions
@@ -2226,7 +2226,6 @@ namespace Barotrauma
if (condition == 0.0f) { return; }
#if SERVER
var should = GameMain.Lua.hook.Call("itemUse", new DynValue[] { LuaSetup.CreateUserDataSafe(this), LuaSetup.CreateUserDataSafe(character), LuaSetup.CreateUserDataSafe(targetLimb) });