summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-07-30 14:03:14 +0200
committermadmaxoft <github@xoft.cz>2014-07-30 14:03:14 +0200
commit426773df17dbd7748b51021a27119240de5b1922 (patch)
tree52b23e00d08f841fe85bedfa3a1c12eb05f297da
parentAPIDump: Fixed UUID-related documentation. (diff)
downloadcuberite-426773df17dbd7748b51021a27119240de5b1922.tar
cuberite-426773df17dbd7748b51021a27119240de5b1922.tar.gz
cuberite-426773df17dbd7748b51021a27119240de5b1922.tar.bz2
cuberite-426773df17dbd7748b51021a27119240de5b1922.tar.lz
cuberite-426773df17dbd7748b51021a27119240de5b1922.tar.xz
cuberite-426773df17dbd7748b51021a27119240de5b1922.tar.zst
cuberite-426773df17dbd7748b51021a27119240de5b1922.zip
-rw-r--r--src/Bindings/ManualBindings.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Bindings/ManualBindings.cpp b/src/Bindings/ManualBindings.cpp
index 026a6bad5..b1d302560 100644
--- a/src/Bindings/ManualBindings.cpp
+++ b/src/Bindings/ManualBindings.cpp
@@ -3141,9 +3141,9 @@ void ManualBindings::Bind(lua_State * tolua_S)
tolua_endmodule(tolua_S);
tolua_beginmodule(tolua_S, "cClientHandle");
- tolua_constant(tolua_S, "MAX_VIEW_DISTANCE", cClientHandle::MAX_VIEW_DISTANCE);
- tolua_constant(tolua_S, "MIN_VIEW_DISTANCE", cClientHandle::MIN_VIEW_DISTANCE);
- tolua_function(tolua_S, "SendPluginMessage", tolua_cClientHandle_SendPluginMessage);
+ tolua_constant(tolua_S, "MAX_VIEW_DISTANCE", cClientHandle::MAX_VIEW_DISTANCE);
+ tolua_constant(tolua_S, "MIN_VIEW_DISTANCE", cClientHandle::MIN_VIEW_DISTANCE);
+ tolua_function(tolua_S, "SendPluginMessage", tolua_cClientHandle_SendPluginMessage);
tolua_endmodule(tolua_S);
tolua_beginmodule(tolua_S, "cMojangAPI");