From b6e8c7cd30dcdfe537904b1d195c5c25af7bbc24 Mon Sep 17 00:00:00 2001 From: Schmappie Eldress Date: Tue, 17 Aug 2021 21:37:16 -0500 Subject: [PATCH] clientmods/mods.conf: Silence client announcement by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Silence the embarrassing announcement: : Hey guys. I'm using a hacked client. https://repo.or.cz/waspsaliva.git. ...and the embarrassing followup: BOT — Today at 9:10 PM Thingamabobber Joined : hey, schmapa : I saw that youre using waspsaliva. : In contents, in the game's main menu, turn off haxnotify to stop the message from showing up. : Also, I can tell you the necessary cmake options to hide the fact that you're using a hacked client from other servers. : In the waspsaliva directory, there is a file called cmakelists.txt : near the top, there are a few options. xay — Today at 9:13 PM wow its p nice of u to share this stuff :) (with others ;) ) how are you today? --- clientmods/mods.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientmods/mods.conf b/clientmods/mods.conf index 9e5989544..3898a1a42 100644 --- a/clientmods/mods.conf +++ b/clientmods/mods.conf @@ -43,7 +43,7 @@ load_mod_combat = true load_mod_waterbot = true load_mod_bookbot = true load_mod_invrefill = true -load_mod_haxnotify = true +load_mod_haxnotify = false load_mod_incrementaltp = true load_mod_test = true load_mod_dodgebot = false