From 39ab2802a38c1dcfd49106125a86af8874543998 Mon Sep 17 00:00:00 2001 From: Spirtix Date: Sun, 7 Apr 2024 15:40:43 +0200 Subject: [PATCH] fixup! mmo roles --- src/Schema/AuthenticationInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Schema/AuthenticationInfo.cs b/src/Schema/AuthenticationInfo.cs index 1090667..6ebbd37 100644 --- a/src/Schema/AuthenticationInfo.cs +++ b/src/Schema/AuthenticationInfo.cs @@ -15,5 +15,5 @@ public class AuthenticationInfo { [Serializable] public enum Role { - User = 0, Admin = 1, Moderator = 2 + User = 0, Moderator = 1, Admin = 2 }