1
0
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:
Matthew 2019-02-25 10:47:51 -05:00 committed by GitHub
commit cd80a3a490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -383,7 +383,7 @@ Command.add(
)
Command.add(
'sc',
'dc',
{
description = 'silent-command',
arguments = {'str'},

View File

@ -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',