summaryrefslogtreecommitdiff
path: root/CAO/GameManager.py
diff options
context:
space:
mode:
Diffstat (limited to 'CAO/GameManager.py')
-rw-r--r--CAO/GameManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/CAO/GameManager.py b/CAO/GameManager.py
index 5600f1e..6e0d956 100644
--- a/CAO/GameManager.py
+++ b/CAO/GameManager.py
@@ -7,7 +7,7 @@ class GameManager():
def __init__(self):
self.langs = {}
- for filename in next(os.walk('lang'))[1]:
+ for filename in next(os.walk('usr/share/cao/lang'))[1]:
self.langs[filename] = {}
for lang in self.langs: