chore: bump version

This commit is contained in:
Fireblade
2026-08-02 19:59:27 -04:00
parent 518dd28029
commit 3ff2f52105
5 changed files with 112 additions and 47 deletions
+1 -1
View File
@@ -1475,7 +1475,7 @@ if (cmd == L"tp" || cmd == L"teleport")
shared_ptr<GameCommandPacket> packet = GiveItemCommand::preparePacket(target, item, amount, aux);
server->getCommandDispatcher()->performCommand(player, eGameCommand_Give, packet->data);
}
#ifndef _CONTENT_PACKAGE
#ifdef _DEBUG
else if (cmd == L"spectator")
{
player->m_spectatorMode = !player->m_spectatorMode;