File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,6 @@ private static void GameOnChat(GameChatEventArgs args)
207207 {
208208 if ( ! m . Item ( "Status" ) . GetValue < bool > ( )
209209 || args . Sender == null
210- || args . Sender . IsValid
211210 || args . Sender . IsMe
212211 || args . Sender . IsBot
213212 || m . Item ( args . Sender . NetworkId . ToString ( ) ) . GetValue < bool > ( )
@@ -264,7 +263,6 @@ private static void GameOnPing(GamePingEventArgs args)
264263 var hero = ( Obj_AI_Hero ) args . Source ;
265264 if ( hero == null
266265 || hero . IsMe
267- || ! hero . IsValid
268266 || ! HeroCount . ContainsKey ( hero . NetworkId ) )
269267 {
270268 return ;
@@ -321,7 +319,7 @@ private static string GetRegex(IEnumerable<string> source)
321319 /// Lower the int value of LowerCount.
322320 /// </summary>
323321 /// <param name="hero">
324- /// This is experimental. I'm not quite sure what I did there .
322+ /// The hero .
325323 /// </param>
326324 private static void LowerCount ( int hero )
327325 {
You can’t perform that action at this time.
0 commit comments