fix undeacleared vars in mcl_fishing

This commit is contained in:
AFCMS 2021-04-02 14:28:43 +02:00
parent ead33e3520
commit c457c4ce3c
1 changed files with 2 additions and 2 deletions

View File

@ -303,8 +303,8 @@ local flying_bobber_ENTITY={
collisionbox = {0,0,0,0,0,0},
pointable = false,
get_staticdata = get_staticdata,
on_activate = on_activate,
get_staticdata = mcl_throwing.get_staticdata,
on_activate = mcl_throwing.on_activate,
_lastpos={},
_thrower = nil,