mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-05 15:05:57 +02:00
Merge pull request #818 from grilledham/0.17/sc_fix
[17][Fix] Changed sc to dc
This commit is contained in:
commit
cd80a3a490
@ -383,7 +383,7 @@ Command.add(
|
||||
)
|
||||
|
||||
Command.add(
|
||||
'sc',
|
||||
'dc',
|
||||
{
|
||||
description = 'silent-command',
|
||||
arguments = {'str'},
|
||||
|
@ -18,7 +18,8 @@ local get_rank_name = Rank.get_rank_name
|
||||
local Command = {}
|
||||
|
||||
local deprecated_command_alternatives = {
|
||||
['silent-command'] = 'sc',
|
||||
['silent-command'] = 'dc',
|
||||
['sc'] = 'dc',
|
||||
['tpplayer'] = 'tp <player>',
|
||||
['tppos'] = 'tp',
|
||||
['tpmode'] = 'tp mode',
|
||||
|
Loading…
x
Reference in New Issue
Block a user