Fix variable snippets
This commit is contained in:
parent
ce402cf5c1
commit
d3e13aee9e
3 changed files with 3 additions and 6 deletions
|
@ -1 +1 @@
|
||||||
$OldPlayerAlias
|
$InstallDirectory
|
|
@ -1 +1 @@
|
||||||
$NewName = $args[0]
|
$NewPlayerAlias
|
|
@ -1,4 +1 @@
|
||||||
$OldName = ""
|
$OldPlayerAlias
|
||||||
if ($args[1]) {
|
|
||||||
$OldName = $args[1]
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue