mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-16 22:37:22 +08:00
fix(JoinMessage): Ignore self
This commit is contained in:
parent
9f5ffbe21b
commit
791819a515
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user