Commit e4172e366a2775aa3e4a4ca93d3f4c4e63528d11

Authored by Otowa Kotori
1 parent efaa2adf

Remove character sheet debug code

... ... @@ -490,8 +490,7 @@ function _M:drawDialog(kind, actor_to_compare)
490 490 local text = ""
491 491 local dur_text = ""
492 492
493   - -- if player.__te4_uuid and profile.auth and profile.auth.drupid and not config.settings.disable_all_connectivity and config.settings.tome.upload_charsheet then
494   - if true then profile.auth.drupid=1 player.__te4_uuid="jklljkljlk"
  493 + if player.__te4_uuid and profile.auth and profile.auth.drupid and not config.settings.disable_all_connectivity and config.settings.tome.upload_charsheet then
495 494 local path = "https://te4.org/characters/"..profile.auth.drupid.."/tome/"..player.__te4_uuid
496 495 local LinkTxt = ("Online URL: #LIGHT_BLUE##{underline}#%s#{normal}#"):tformat(path)
497 496 local Link_w, Link_h = self.font:size(LinkTxt)
... ...