File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -527,6 +527,7 @@ func (p *parser) infernoExpired(inf *common.Inferno) {
527527 p .gameEventHandler .deleteThrownGrenade (inf .Thrower (), common .EqIncendiary )
528528}
529529
530+ //nolint:funlen
530531func (p * parser ) bindGameRules () {
531532 grPrefix := func (s string ) string {
532533 return fmt .Sprintf ("%s.%s" , gameRulesPrefix , s )
Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ func (p *parser) handleCreateStringTable(tab *msg.CSVCMsg_CreateStringTable) { /
135135 p .eventDispatcher .Dispatch (events.StringTableCreated {TableName : tab .Name })
136136}
137137
138+ //nolint:funlen
138139func (p * parser ) processStringTable (tab * msg.CSVCMsg_CreateStringTable ) {
139140 defer func () {
140141 p .setError (recoverFromUnexpectedEOF (recover ()))
You can’t perform that action at this time.
0 commit comments