Compare commits

..

No commits in common. "master" and "v1.0.0" have entirely different histories.

2 changed files with 3 additions and 7 deletions

4
API.md
View File

@ -59,7 +59,7 @@ Creates a new fake player.
#### **`fakelib.create_inventory([sizes])`** #### **`fakelib.create_inventory([sizes])`**
Creates a new fake inventory. Creates a new fake player.
**Arguments** **Arguments**
@ -67,7 +67,7 @@ Creates a new fake inventory.
#### **`fakelib.create_metadata([data])`** #### **`fakelib.create_metadata([data])`**
Creates a new fake metadata object. Creates a new fake player.
**Arguments** **Arguments**

View File

@ -441,10 +441,6 @@ 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