diff --git a/lua/autorun/photon/sh_emv_config.lua b/lua/autorun/photon/sh_emv_config.lua index 528f701d..d1e6bdde 100644 --- a/lua/autorun/photon/sh_emv_config.lua +++ b/lua/autorun/photon/sh_emv_config.lua @@ -8,8 +8,8 @@ PHOTON_BANNED_UNIT_IDS = { ["n1g"] = true } -PHOTON_UPDATE = 72.1 -PHOTON_SERIES = "Fair Oaks | PI Hotfix" +PHOTON_UPDATE = 72.2 +PHOTON_SERIES = "Fair Oaks | Siren Hotfix" --[[ DATATABLE CONFIGURATIONS @@ -80,4 +80,4 @@ if CLIENT then RunConsoleCommand("photon_christmas_mode", 0) RunConsoleCommand("photon_christmas_mode_auto", 0) end) -end \ No newline at end of file +end