mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
Fixes Undeleted SQL Query in Tutorial Code (#89172)
## About The Pull Request Surprisingly never came up until now, anyways this needs to deleted in case the `Execute()` fails because undeleted SQL queries are bad (iirc) ## Why It's Good For The Game No more random errors ## Changelog Unneeded
This commit is contained in:
@@ -92,6 +92,7 @@ SUBSYSTEM_DEF(tutorials)
|
||||
)
|
||||
|
||||
if (!select_tutorials_for_ckey.Execute())
|
||||
qdel(select_tutorials_for_ckey)
|
||||
return
|
||||
|
||||
while (select_tutorials_for_ckey.NextRow())
|
||||
|
||||
Reference in New Issue
Block a user