This should get us back on track (tested on ARCH Linux)
This commit is contained in:
@@ -81,7 +81,7 @@ class AOUController:
|
||||
obj.profession = guide_info.profession
|
||||
obj.faction = guide_info.faction
|
||||
obj.level = guide_info.level
|
||||
obj.author = self.format_bbcode_code(guide_info.author)
|
||||
obj.author = self.format_bbcode_code(guide_info.author or "Author Unknown")
|
||||
obj.aou = self.text.make_chatcmd("AO-Universe.com", "/start https://www.ao-universe.com")
|
||||
obj.text = self.format_bbcode_code(guide_info.text)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user