mirror of
https://github.com/Ragora/T2-ACCM.git
synced 2026-03-25 23:29:13 +00:00
Organized code; correct some naming problems on solars/generators/switches
This commit is contained in:
parent
129950976c
commit
6339020199
15 changed files with 86 additions and 16 deletions
|
|
@ -748,6 +748,7 @@ function ccChangeName(%sender, %args)
|
|||
return;
|
||||
}
|
||||
|
||||
%name = collapseEscape(%name);
|
||||
ChangeName(%target, %name);
|
||||
messageClient(%target, "", "\c2Your new name is \c3"@%name@"\c2.");
|
||||
warn(%sender.nameBase@" ("@%sender@") changed "@%target.nameBase@"'s ("@%target@") name to "@%name);
|
||||
|
|
|
|||
1147
scripts/modscripts/chatcommands/public.cs
Normal file
1147
scripts/modscripts/chatcommands/public.cs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue