Ver Fonte

Minor Change

Forgot to remove my email and turn off email notification
Daniel Gibbs há 12 anos atrás
pai
commit
71523afb77
2 ficheiros alterados com 4 adições e 4 exclusões
  1. 2 2
      CounterStrike/csserver
  2. 2 2
      CounterStrikeGlobalOffensive/csgoserver

+ 2 - 2
CounterStrike/csserver

@@ -9,8 +9,8 @@
 
 # Notification Email
 # (on|off)
-emailnotification="on"
-email="me@danielgibbs.co.uk"
+emailnotification="off"
+email="email@example.com"
 
 # Start vars
 defaultmap="de_aztec"

+ 2 - 2
CounterStrikeGlobalOffensive/csgoserver

@@ -9,8 +9,8 @@
 
 # Notification Email
 # (on|off)
-emailnotification="on"
-email="me@danielgibbs.co.uk"
+emailnotification="off"
+email="email@example.com"
 
 # Start vars
 defaultmap="de_dust"