mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-04-04 14:33:36 +00:00
FEAT: Server operators
This commit is contained in:
@@ -66,7 +66,7 @@ void ConsoleScreen::execute()
|
||||
if (_input[0] == '/') {
|
||||
// Command
|
||||
_input = Util::stringTrim(_input.substr(1));
|
||||
minecraft->commandManager().execute(*minecraft, _input);
|
||||
minecraft->commandManager().execute(*minecraft, *minecraft->player, _input);
|
||||
} else {
|
||||
// @ai @rewrite
|
||||
if (minecraft->netCallback && minecraft->raknetInstance->isServer()) {
|
||||
|
||||
Reference in New Issue
Block a user