From d6cfdb9fbf942b9c4571a21f53a6cfc416832eb2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Apr 2022 20:45:30 -0300 Subject: wdym, "_" is not allowed --- game/core.rpy | 2 +- game/vault.rpy | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/game/core.rpy b/game/core.rpy index 6c655f4..43dfc0a 100644 --- a/game/core.rpy +++ b/game/core.rpy @@ -154,7 +154,7 @@ init -3 python: ############################################################################# # ["themanaworld.org", "germantmw.de", "moubootaurlegends.org"] - if config.developer: + if config.developer and False: VAULT_HOST = "https://localhost:13370" VAULT_CERT = "http://localhost/launcher/cert.pem" else: diff --git a/game/vault.rpy b/game/vault.rpy index e0ed4bd..17678ee 100644 --- a/game/vault.rpy +++ b/game/vault.rpy @@ -98,7 +98,7 @@ screen register_vault(): $ input=Input( value=UEditorInputValue("mail", "a@a.com", "str"), copypaste=True, - allow="qwertyuiopasdfghjklçzxcvbnm QWERTYUIOPASDFGHJKLÇZXCVBNM1234567890-+=!(),.:;@", + allow="qwertyuiopasdfghjklçzxcvbnm QWERTYUIOPASDFGHJKLÇZXCVBNM1234567890-+=!(),.:;@_", length=52) button: #key_events True @@ -113,7 +113,7 @@ screen register_vault(): $ input=Input( value=UEditorInputValue("pasd", "***", "str"), copypaste=True, - allow="qwertyuiopasdfghjklçzxcvbnm QWERTYUIOPASDFGHJKLÇZXCVBNM1234567890-+=!(),.:;@*^", + allow="qwertyuiopasdfghjklçzxcvbnm QWERTYUIOPASDFGHJKLÇZXCVBNM1234567890-+=!(),.:;@*^_", length=52, mask="*") button: -- cgit v1.2.3-70-g09d2