diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-01-07 15:13:17 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-01-07 15:13:17 +0100 |
commit | 47d0882cce83a03e0ca22cecdea16e6a09ed7afb (patch) | |
tree | 6e1b57fccb8a400722397ded203c57a4acd9d87d /src | |
parent | cca4254f7c502b3e75691c6a3087da7cfcd72e28 (diff) | |
download | dragonfireclient-47d0882cce83a03e0ca22cecdea16e6a09ed7afb.tar.xz |
Fix line containing only whitespace
Diffstat (limited to 'src')
-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); |