changed reference name
This commit is contained in:
parent
2f1b1e3aad
commit
ee00d78ff6
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ namespace Pithos
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
else { decode.command(input); } //decode other commands
|
else { decoder.command(input); } //decode other commands
|
||||||
break;
|
break;
|
||||||
case "¦": //admin commands
|
case "¦": //admin commands
|
||||||
|
|
||||||
|
|
Reference in a new issue