Showing
1 changed file
with
1 additions
and
2 deletions
... | ... | @@ -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) | ... | ... |
-
Please register or login to post a comment