mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-22 08:42:44 +08:00
fix(JoinMessage): Ignore self
This commit is contained in:
@ -5,6 +5,8 @@ namespace big
|
||||
{
|
||||
void features::join_message(Player player)
|
||||
{
|
||||
if (player == g_playerId) return;
|
||||
|
||||
bool bJoinMessage = g_settings.options["join_message"].get<bool>();
|
||||
|
||||
if (bJoinMessage)
|
||||
|
Reference in New Issue
Block a user