Skip to content

Commit

Permalink
chore(earnings): kick useless defaultNumberOfPlayersInTeam (#5239)
Browse files Browse the repository at this point in the history
* halo

* rl

* val

* wow
  • Loading branch information
hjpalpha authored Dec 22, 2024
1 parent 742da43 commit 1662d72
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
2 changes: 0 additions & 2 deletions components/earnings/wikis/halo/earnings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ local Lua = require('Module:Lua')

local CustomEarnings = Lua.import('Module:Earnings/Base')

CustomEarnings.defaultNumberOfPlayersInTeam = 4

-- Legacy entry points
---@deprecated
function CustomEarnings.calc_player(input)
Expand Down
2 changes: 0 additions & 2 deletions components/earnings/wikis/rocketleague/earnings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ local Lua = require('Module:Lua')

local CustomEarnings = Lua.import('Module:Earnings/Base')

CustomEarnings.defaultNumberOfPlayersInTeam = 3

-- Legacy entry points
---@deprecated
function CustomEarnings.calc_player(input)
Expand Down
2 changes: 0 additions & 2 deletions components/earnings/wikis/valorant/earnings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ local Lua = require('Module:Lua')

local CustomEarnings = Lua.import('Module:Earnings/Base')

CustomEarnings.defaultNumberOfPlayersInTeam = 5

-- Legacy entry points
---@deprecated
function CustomEarnings.calc_player(input)
Expand Down
16 changes: 0 additions & 16 deletions components/earnings/wikis/worldofwarcraft/earnings.lua

This file was deleted.

0 comments on commit 1662d72

Please sign in to comment.