From 159ce14d52d5a8febab3ff9dca4390f061dc4681 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Fri, 26 Jan 2024 22:26:50 +0100 Subject: [PATCH] fix: Grammar in comment --- 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 9120c65e6c..1f99b04930 100644 --- a/Northstar.CustomServers/mod/scripts/vscripts/sh_progression.nut +++ b/Northstar.CustomServers/mod/scripts/vscripts/sh_progression.nut @@ -89,7 +89,7 @@ bool function ClientCommand_SetProgression( entity player, array args ) /// Resets a specific Titan's Aegis rank back to `0` /// * `player` - The player entity to perform the action on /// * `args` - The arguments passed from the client command. `args[0]` should be a string corresponding to the chassis name of the Titan to reset. -/// Valid chassis are: ion, tone, vanguard, northstar, ronin, legion and scorch. +/// Valid chassis are: ion, tone, vanguard, northstar, ronin, legion, and scorch. /// /// Returns `true` on success and `false` on missing args. bool function ClientCommand_ResetTitanAegis( entity player, array args )