• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Remove Token Field

Slizzer

Premium User
Premium User
Joined
Jan 23, 2016
Messages
13
Reaction score
3
Hey Guys,
Sorry i'm dumb, but where can i remove the token field?

Bild_2021-05-30_110520.png

Thanks for your help!
 
modules -> client_entergame
remove -> enterGame: getChildById ('accountTokenTextEdit'): clearText ()

in the same folder, open the entergame.otui file

remove this

MenuLabel
!text: tr('Token')
anchors.left: prev.left
anchors.top: prev.bottom
text-auto-resize: true
margin-top: 8

TextEdit
id: accountTokenTextEdit
anchors.left: parent.left
anchors.right: parent.right
anchors.top: prev.bottom
margin-top: 2
 
Last edited:
modules -> client_entergame
remove -> enterGame: getChildById ('accountTokenTextEdit'): clearText ()

in the same folder, open the entergame.otui file

remove this

MenuLabel
!text: tr('Token')
anchors.left: prev.left
anchors.top: prev.bottom
text-auto-resize: true
margin-top: 8

TextEdit
id: accountTokenTextEdit
anchors.left: parent.left
anchors.right: parent.right
anchors.top: prev.bottom
margin-top: 2
Thanks a lot
 
Back
Top