Skip to content

Commit

Permalink
this needs CI somehow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Oct 25, 2024
1 parent e55e436 commit 81cd965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/set_state.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace TWBL {

void SetState(CCharacter *pChr, CServerBotStateIn *pState, *pCallbackCtx)
void SetState(CCharacter *pChr, CServerBotStateIn *pState, CCallbackCtx *pCallbackCtx)
{
pState->m_GameTick = pChr->GameServer()->Server()->Tick();
pState->m_pCharacter = pChr;
Expand Down

0 comments on commit 81cd965

Please sign in to comment.