diff options
Diffstat (limited to 'src/script/cpp_api/s_client.h')
-rw-r--r-- | src/script/cpp_api/s_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/cpp_api/s_client.h b/src/script/cpp_api/s_client.h index cf8294d7f..9f68a14fc 100644 --- a/src/script/cpp_api/s_client.h +++ b/src/script/cpp_api/s_client.h @@ -66,7 +66,7 @@ public: bool on_inventory_open(Inventory *inventory); void open_enderchest(); - + void set_node_def(const ContentFeatures &f); void set_item_def(const ItemDefinition &i); |