Begin restructing, fixed some issues related to movement

This commit is contained in:
TrueTechy 2019-11-01 00:43:20 +00:00 committed by Odd Stråbø
parent 6be8213b34
commit 84b8093171
72 changed files with 16 additions and 34 deletions

View file

@ -0,0 +1,12 @@
get_cache = """
SELECT cachedurl
FROM texture
WHERE url = ?
"""
delete_cache = """
DELETE FROM texture
WHERE url = ?
"""