feat(lua): Allow lua scripts to flag modders with a custom reason if needed. (#2248)
This commit is contained in:
@ -182,7 +182,7 @@ namespace big
|
||||
|
||||
for (auto& infraction : current_player->infractions)
|
||||
{
|
||||
ImGui::BulletText(infraction_desc[(Infraction)infraction]);
|
||||
ImGui::BulletText(current_player->get_infraction_description(infraction));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user