Fixed dynmap link issue

doc_update
Joey Hines 2018-07-21 17:27:20 -05:00
parent 2dd1df3b09
commit 76df264060
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ class Location(SQL_Base):
raise LocationInitError raise LocationInitError
def dynmap_link(self): def dynmap_link(self):
return 'http://24carrotcraft.com:8123/?worldname=season3&mapname=surface&zoom=4&x={}&y=65&z=-{}'.\ return 'http://24carrotcraft.com:8123/?worldname=season3&mapname=surface&zoom=4&x={}&y=65&z={}'.\
format(self.x, self.z) format(self.x, self.z)
def pos_to_str(self): def pos_to_str(self):