1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-22 02:00:40 +00:00

Fix GunmuteCommand

This commit is contained in:
Tim Düsterhus 2013-05-30 19:32:31 +02:00
parent 888ff30fc4
commit 0affc73d1d

View File

@ -14,7 +14,7 @@ use \wcf\system\WCF;
* @package be.bastelstu.chat * @package be.bastelstu.chat
* @subpackage system.chat.command.commands * @subpackage system.chat.command.commands
*/ */
class GunbanCommand extends UnmuteCommand { class GunmuteCommand extends UnmuteCommand {
/** /**
* @see \chat\system\command\commands\UnmuteCommand::executeAction() * @see \chat\system\command\commands\UnmuteCommand::executeAction()
*/ */