mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCEMP-Server.git
synced 2026-05-22 18:55:18 +00:00
Initial commit
This commit is contained in:
13
Commands/ConsoleCommandSender.cpp
Normal file
13
Commands/ConsoleCommandSender.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "stdafx.h"
|
||||
#include "ConsoleCommandSender.h"
|
||||
#include "../../Minecraft.Client/ConsoleInputSource.h"
|
||||
|
||||
void ConsoleCommandSender::sendMessage(const wstring& message, ChatPacket::EChatPacketMessage type, int customData, const wstring& additionalMessage)
|
||||
{
|
||||
src->info(message);
|
||||
}
|
||||
|
||||
bool ConsoleCommandSender::hasPermission(EGameCommand command)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user