Y-Less/fixes-plugin
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
/**
* \brief
* \bug
* \author
* \see
* \
* \
* \
* \
* \
**/
DEFINE_FIX(GetPlayerColor,
.problem (R"(Returns "0" if "SetPlayerColor" has never been called.)")
.solution(R"(Call "SetPlayerColor" in "OnPlayerConnect".)")
.see (R"("OnPlayerConnect".)")
.author (R"("KoczkaHUN")")
);