Create an index of interesting blocks

This commit is contained in:
2020-09-24 17:46:00 -06:00
parent 6b2df0c27e
commit b723143299
4 changed files with 37 additions and 1 deletions
+3
View File
@@ -367,6 +367,9 @@ class Game:
else:
reply = 'nothing open'
if command == 'loaded':
reply = str(self.g.chunks.get_loaded_area())
if reply:
print(reply)
self.g.chat.send(reply)