Skip to content

Commit

Permalink
Update stats_event.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Arie authored Dec 25, 2023
1 parent bd4087f commit c8c3e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/stats_event.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class StatsEvent < ActiveRecord::Base
attr_accessible :time, :event_type, :player_name, :player_steam_id, :player_team, :target_name
attr_accessible :target_steam_id, :target_team, :cap_number, :cap_name, :message, :unknown
attr_accessible :team, :score, :value, :item, :role, :length, :method, :log_line_id, :match_id
attr_accessible :weapon, :customkill, :healing, :ubercharge, :created_at
attr_accessible :weapon, :customkill, :healing, :ubercharge, :created_at, :airshot

belongs_to :log_line
belongs_to :match
Expand Down

0 comments on commit c8c3e7b

Please sign in to comment.