diff options
author | madmaxoft <github@xoft.cz> | 2014-03-07 17:43:06 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-03-07 17:43:19 +0100 |
commit | fd4eda7d248884a48b5d7c67d4c59ee3a9dbb149 (patch) | |
tree | 6bbc8489346c7637bc0e65cc15235bfdb86c74ed /src | |
parent | Merge pull request #760 from Howaner/GlobalFixes (diff) | |
download | cuberite-fd4eda7d248884a48b5d7c67d4c59ee3a9dbb149.tar cuberite-fd4eda7d248884a48b5d7c67d4c59ee3a9dbb149.tar.gz cuberite-fd4eda7d248884a48b5d7c67d4c59ee3a9dbb149.tar.bz2 cuberite-fd4eda7d248884a48b5d7c67d4c59ee3a9dbb149.tar.lz cuberite-fd4eda7d248884a48b5d7c67d4c59ee3a9dbb149.tar.xz cuberite-fd4eda7d248884a48b5d7c67d4c59ee3a9dbb149.tar.zst cuberite-fd4eda7d248884a48b5d7c67d4c59ee3a9dbb149.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/Bindings/ManualBindings.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Bindings/ManualBindings.cpp b/src/Bindings/ManualBindings.cpp index f9d04ce90..0dcb336ef 100644 --- a/src/Bindings/ManualBindings.cpp +++ b/src/Bindings/ManualBindings.cpp @@ -2456,7 +2456,7 @@ static int tolua_cBlockArea_GetSize(lua_State * tolua_S) static int tolua_cBlockArea_LoadFromSchematicFile(lua_State * tolua_S) { // function cBlockArea::LoadFromSchematicFile - // Exported manually because function has been moved to SchematicFileSerilizer.cpp + // Exported manually because function has been moved to SchematicFileSerializer.cpp cLuaState L(tolua_S); if ( !L.CheckParamUserType(1, "cBlockArea") || @@ -2486,7 +2486,7 @@ static int tolua_cBlockArea_LoadFromSchematicFile(lua_State * tolua_S) static int tolua_cBlockArea_LoadFromSchematicString(lua_State * tolua_S) { // function cBlockArea::LoadFromSchematicString - // Exported manually because function has been moved to SchematicFileSerilizer.cpp + // Exported manually because function has been moved to SchematicFileSerializer.cpp cLuaState L(tolua_S); if ( !L.CheckParamUserType(1, "cBlockArea") || @@ -2517,7 +2517,7 @@ static int tolua_cBlockArea_LoadFromSchematicString(lua_State * tolua_S) static int tolua_cBlockArea_SaveToSchematicFile(lua_State * tolua_S) { // function cBlockArea::SaveToSchematicFile - // Exported manually because function has been moved to SchematicFileSerilizer.cpp + // Exported manually because function has been moved to SchematicFileSerializer.cpp cLuaState L(tolua_S); if ( !L.CheckParamUserType(1, "cBlockArea") || @@ -2546,7 +2546,7 @@ static int tolua_cBlockArea_SaveToSchematicFile(lua_State * tolua_S) static int tolua_cBlockArea_SaveToSchematicString(lua_State * tolua_S) { // function cBlockArea::SaveToSchematicString - // Exported manually because function has been moved to SchematicFileSerilizer.cpp + // Exported manually because function has been moved to SchematicFileSerializer.cpp cLuaState L(tolua_S); if ( !L.CheckParamUserType(1, "cBlockArea") || |