fix default group id

This commit is contained in:
zznty
2022-09-22 15:15:33 +07:00
parent 9dbbd6e8ea
commit 9b0137f25e
3 changed files with 11 additions and 4 deletions

View File

@@ -1,8 +1,10 @@
using Torch;
using Torch.Views;
namespace LightPerms;
public class Config : ViewModel
{
[Display(Name = "Default Group Name", Description = "All new players will join this group.")]
public string DefaultGroupName { get; set; } = "player";
}