Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Jan 3, 2025
1 parent c93ab9a commit 43f8d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-server/ll/core/form/FormHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ void ModalFormHandler::handle(
}
return;
}
bool selected = data->asBool("false");
bool selected = data->asBool(false);
if (mCallback) {
mCallback(player, (ll::form::ModalFormSelectedButton)selected, cancelReason);
}
Expand Down

0 comments on commit 43f8d35

Please sign in to comment.