fix build

This commit is contained in:
hydrant
2021-04-11 05:06:29 +02:00
parent c82bc12bcd
commit 350808ccbb

View File

@@ -96,7 +96,7 @@ namespace ReallifeGamemode.Server.Events
if (GlobalHelper.CustomJoinMessages.ContainsKey(player.SocialClubName)) if (GlobalHelper.CustomJoinMessages.ContainsKey(player.SocialClubName))
{ {
message = "!{#FFFF00}*** " + GlobalHelper.CustomJoinMessages[player.SocialClubName] + " [ID: " + player.Handle.Value + "] (" + user.AdminLevel.GetName() + ")"); message = "!{#FFFF00}*** " + GlobalHelper.CustomJoinMessages[player.SocialClubName] + " [ID: " + player.Handle.Value + "] (" + user.AdminLevel.GetName() + ")";
} }
else if (user.IsAdmin(AdminLevel.MAPPING)) else if (user.IsAdmin(AdminLevel.MAPPING))
{ {