Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Fully remove segment obfuscation prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
knot126 committed Jan 1, 2024
1 parent 3dccb86 commit 375bc43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/shatter/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1058,10 +1058,10 @@ def draw_about(self, ui):
ui.op("shatter.open_credits_page")
ui.op("shatter.open_privacy_page")

if (g_got_ricked or True):
if (g_got_ricked):
ui.region("INFO", "Trolled !!!", new = False)
import getpass
ui.label(f"Anyway, I hope you are doing well in life {getpass.getuser()}. :)")
ui.label(f"Anyway, I hope you are doing well in life {getpass.getuser().capitalize()}. :)")
ui.label("-- Knot126")
ui.end()

Expand Down

0 comments on commit 375bc43

Please sign in to comment.