• 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!

Where can I remove it?

Ranzor

Pixel Art
Joined
Apr 7, 2016
Messages
68
Reaction score
28
Location
Germany
XYwrs2_BSJWo-emsg9kRcw.png

Can someone help me remove these 2 items
 
First check if it's ok to delete whole folders of terminal and modules manager (in modules).
If not, hide buttons in .lua files.
 
I delete them doing this:
go to: otclient/modules/client ---> there open the file client.otmod

you will see this list and DELETE THE MAKED BOLD:

Module
name: client
description: Initialize the client and setups its main window
author: edubart
website: www.otclient.info
reloadable: false
sandboxed: true
scripts: [ client ]
@onLoad: init()
@onUnload: terminate()
load-later:
- client_styles
- client_locales
- client_topmenu
- client_background
- client_options
- client_entergame
- client_terminal
- client_modulemanager

- client_serverlist
- client_stats

Note: always do a security copy when youll modify this kind of things.
Good Luck.
 
Back
Top