From 30b91f9ab3b0b9feb95b4c305baf6463bb78100f Mon Sep 17 00:00:00 2001 From: Zanieon Date: Thu, 25 Jan 2024 09:22:37 -0300 Subject: [PATCH] Force lowercase in argument input --- Northstar.CustomServers/mod/scripts/vscripts/sh_progression.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Northstar.CustomServers/mod/scripts/vscripts/sh_progression.nut b/Northstar.CustomServers/mod/scripts/vscripts/sh_progression.nut index fab0e1767..109d14d5a 100644 --- a/Northstar.CustomServers/mod/scripts/vscripts/sh_progression.nut +++ b/Northstar.CustomServers/mod/scripts/vscripts/sh_progression.nut @@ -97,7 +97,7 @@ bool function ClientCommand_ResetTitanAegis( entity player, array args ) if ( !args.len() ) return false - string titanRef = args[0] + string titanRef = args[0].tolower() if( !PersistenceEnumValueIsValid( "titanClasses", titanRef ) ) return false