Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
VickyFrenzy committed Aug 11, 2020
1 parent 4bdf059 commit 2e2ba96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/autorun/xp_rainbow_player_color_cycle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
AddCSLuaFile()

XP_RPCC = XP_RPCC or {}
XP_RPCC.version = "v1.0.0"
XP_RPCC.version = "v1.0.1"

local xp_rpcc_enable = CreateConVar("xp_rpcc_enable", 1, {FCVAR_REPLICATED, FCVAR_SERVER_CAN_EXECUTE}, "Enable the Rainbow Player Color Cycle.")
local xp_rpcc_offset = CreateConVar("xp_rpcc_offset", 1, {FCVAR_REPLICATED, FCVAR_SERVER_CAN_EXECUTE}, "Enable an offset so that players doesn't cycle the same color.")
Expand Down

0 comments on commit 2e2ba96

Please sign in to comment.