mirror of
https://github.com/edubart/otclient.git
synced 2025-12-17 06:07:11 +01:00
Minor fixes to some previous commits.
* Fixed a bug with storing the protocol version. * Fixed an issue with text windows cancelling. * Fixed a typo in the source.
This commit is contained in:
@@ -109,10 +109,10 @@ void Application::deinit()
|
||||
g_modules.unloadModules();
|
||||
g_modules.clear();
|
||||
|
||||
// release reamaning lua object references
|
||||
// release remaining lua object references
|
||||
g_lua.collectGarbage();
|
||||
|
||||
// poll reamaning events
|
||||
// poll remaining events
|
||||
poll();
|
||||
|
||||
// disable dispatcher events
|
||||
|
||||
Reference in New Issue
Block a user