Compare commits

..

1 Commits

Author SHA1 Message Date
c1cf529712 add is_valid() function to fake player
8ed55b3aff
2024-07-05 11:37:52 +10:00

View File

@ -441,6 +441,10 @@ function fake_player.hud_get_hotbar_selected_image()
return "" return ""
end end
function fake_player.is_valid()
return true
end
-- No-op functions -- No-op functions
---------------------------------------- ----------------------------------------
do do