Skip to content

Commit

Permalink
fix with good notify
Browse files Browse the repository at this point in the history
  • Loading branch information
Robocnop committed Jan 8, 2025
1 parent 821bc53 commit b853879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdminServicesNotifier/AdminServicesNotifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public void InsertInetractionPutAdminOn()
}
else
{
player.Notify("Erreur", "Vous n'êtes pas admin.</color>", (NotificationManager.Type)1, 5f);
player.Notify("Erreur", "Vous n'êtes pas admin.</color>", NotificationManager.Type.Error, 5f);
}
});
}
Expand Down

0 comments on commit b853879

Please sign in to comment.