Skip to content

Commit 7317c10

Browse files
committed
Deleted GetTimestamp().
1 parent e893d1f commit 7317c10

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

RageBlock/Program.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,9 @@ private static void UnMute()
121121
}
122122
}
123123

124-
private static string GetTimestamp(DateTime value)
125-
{
126-
return value.ToString("HH:mm");
127-
}
128-
129124
private static void Log(object value)
130125
{
131-
Game.PrintChat("[" + GetTimestamp(DateTime.Now) + "] <font color='#eb7577'>" + R + "</font>: " + value);
126+
Game.PrintChat("[" + DateTime.Now.ToString("HH:mm") + "] <font color='#eb7577'>" + R + "</font>: " + value);
132127
}
133128

134129
#endregion

RageBlock/Rage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public static class Rage
125125
"dolcett", "domination", "dominatrix", "dommes", "donkey punch",
126126
"double dong", "double penetration", "dp action", "dry hump",
127127
"dvda", "eat my ass", "ecchi", "erotic", "erotism", "escort",
128-
"ethical slut", "eunuch", "fecal", "felch", "feltch",
128+
"ethical slut", "eunuch", "fecal", "felch", "feltch", "fuckyou",
129129
"female squirting", "femdom", "figging", "fingerbang",
130130
"fingering", "fisting", "foot fetish", "footjob", "frotting",
131131
"fuck buttons", "futanari", "gang bang", "gay sex", "genitals",

0 commit comments

Comments
 (0)