From 3461d090edba43a26258dcb13c5d49aa418483c3 Mon Sep 17 00:00:00 2001 From: DenialMC Date: Fri, 15 May 2015 22:43:59 +0300 Subject: [PATCH] What if I like gay porn --- toontown/launcher/TTULauncher.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/toontown/launcher/TTULauncher.py b/toontown/launcher/TTULauncher.py index 5393cfc8..84fd4cd1 100644 --- a/toontown/launcher/TTULauncher.py +++ b/toontown/launcher/TTULauncher.py @@ -51,9 +51,6 @@ class TTULauncher: def getValue(self, key, default = None): return os.environ.get(key, default) - def setValue(self, key, value): - os.environ[key] = str(value) - def setPandaErrorCode(self): pass