More work on the login system, especially 'tangible.redirect'

This commit is contained in:
2021-03-30 19:30:58 -04:00
parent aa7de03c57
commit 8c149cf2ee
6 changed files with 40 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ LuaSnap::LuaSnap() {
}
LuaSnap::~LuaSnap() {
std::cerr << "LuaSnap destructor not implemented yet" << std::endl;
lua_close(state_);
}
void LuaSnap::serialize(StreamBuffer *sb) {