Fix variable snippets
parent
ce402cf5c1
commit
d3e13aee9e
|
@ -1 +1 @@
|
|||
$OldPlayerAlias
|
||||
$InstallDirectory
|
|
@ -1 +1 @@
|
|||
$NewName = $args[0]
|
||||
$NewPlayerAlias
|
|
@ -1,4 +1 @@
|
|||
$OldName = ""
|
||||
if ($args[1]) {
|
||||
$OldName = $args[1]
|
||||
}
|
||||
$OldPlayerAlias
|
Loading…
Reference in New Issue