From a7e24aefe64ba9e2f89628910a701cb2ec97c8a6 Mon Sep 17 00:00:00 2001 From: JoshPiper <32164094+JoshPiper@users.noreply.github.com> Date: Wed, 30 Oct 2019 18:57:21 +0000 Subject: [PATCH] Update sh_emv_config.lua --- lua/autorun/photon/sh_emv_config.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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