Fix variable snippets

net8.0
Pat Hartl 2023-11-29 18:19:28 -06:00
parent ce402cf5c1
commit d3e13aee9e
3 changed files with 3 additions and 6 deletions

View File

@ -1 +1 @@
$OldPlayerAlias $InstallDirectory

View File

@ -1 +1 @@
$NewName = $args[0] $NewPlayerAlias

View File

@ -1,4 +1 @@
$OldName = "" $OldPlayerAlias
if ($args[1]) {
$OldName = $args[1]
}