Skip to content

Commit

Permalink
Merge pull request #9 from 10se1ucgo/patch-1
Browse files Browse the repository at this point in the history
Fix #8
  • Loading branch information
SilentSys committed Oct 3, 2015
2 parents 81515ca + 29104c6 commit 906ca63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SLAM/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@ Public Class Form1
End Sub

Private Sub CreateTags(ByVal Game As SourceGame)
Dim BadWords() As String = {"slam", "slam_listtracks", "list", "tracks", "la", "slam_play", "slam_play_on", "slam_play_off", "slam_updatecfg", "drop"}
Dim BadWords() As String = {"slam", "slam_listtracks", "list", "tracks", "la", "slam_play", "slam_play_on", "slam_play_off", "slam_updatecfg", "drop", "go", "fallback", "sticktog", "holdpos", "followme",
"coverme", "regroup", "roger", "negative", "cheer", "compliment", "thanks", "enemydown", "reportingin", "enemyspot", "takepoint", "sectorclear", "inposition", "takingfire", "report", "getout"}
Dim NameWords As New Dictionary(Of String, Integer)

Dim index As Integer
Expand Down

0 comments on commit 906ca63

Please sign in to comment.