Skip to content

Commit 9300c64

Browse files
appgurueusfan5
andauthored
Update src/script/lua_api/l_base.h
Co-authored-by: sfan5 <sfan5@live.de>
1 parent 9017d24 commit 9300c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script/lua_api/l_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class ModApiBase : protected LuaHelper {
8282
if (default_tostring) {
8383
lua_pushcfunction(L, ModApiBase::defaultToString<T>);
8484
lua_setfield(L, metatable, "__tostring");
85-
};
85+
}
8686

8787
// Protect the real metatable.
8888
lua_pushvalue(L, methodtable);

0 commit comments

Comments
 (0)