TShock/TShockAPI/DB
Lucas Nicodemus 4d46e58865 Prevent users from removing default guest group
The default guest group is critical and shouldn't be removed without
either TShock doing something like automatically recreating it if it
doesn't exist, or not having a huge problem if it doesn't exist.

I chose to take the easiest path, preventing users from removing it. In
theory the message gives enough context to imply "okay, go change the
group now."

This should be a relatively small edge case but I wanted to resolve it
while I was here.
2021-06-13 01:09:03 -07:00
..
BanManager.cs Add ban ticket ID to ban messages 2021-04-19 21:48:34 +09:30
CharacterManager.cs Fix torchflags 2021-05-23 04:48:01 -07:00
DBTools.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
GroupManager.cs Prevent users from removing default guest group 2021-06-13 01:09:03 -07:00
IQueryBuilder.cs Fix SQL incompatibility. 2020-05-24 02:02:50 +02:00
ItemManager.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
ProjectileManager.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
RegionManager.cs Fix SQL incompatibility. 2020-05-24 02:02:50 +02:00
RememberedPosManager.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
ResearchDatastore.cs Update TShockAPI/DB/ResearchDatastore.cs 2020-05-25 03:11:41 -04:00
SqlColumn.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
SqlTable.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
SqlValue.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
TileManager.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
UserManager.cs Refactor for new configuration 2020-12-03 17:43:10 +10:30
WarpsManager.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00