Skip to content

Commit

Permalink
Update unknown_decorator.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Arie authored Dec 25, 2023
1 parent 7d232cb commit 7a8c06c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/decorators/tf2_line_parser/events/unknown_decorator.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# frozen_string_literal: true
class TF2LineParser::Events::UnknownDecorator < TF2LineParser::Events::UnknownDecorator
class TF2LineParser::Events::UnknownDecorator < TF2LineParser::EventDecorator

def text
unknown
"unknown"
end

end

0 comments on commit 7a8c06c

Please sign in to comment.