TShock/TShockAPI/DB
Lucas Nicodemus 68ae73ffef Warn players if bypass SSC permission is enabled
If a player has the tshock.ignore.ssc permission, odds are that they may
want to know that their data isn't being saved or not. This change
allows users to be notified if they have SSC data stored in the DB but
they aren't having it loaded due to the aforementioned permission.

This permission causes great confusion, but we can't really change it
because we would break existing setups. This is an easy change that
gives people a reason why they suddenly "have no items."

This new option can be turned off in the config file for SSC if it's not
desired.

This change also modifies some of the log messages so that it's clear
why the SSC save didn't occur for a given player.
2021-05-21 01:16:04 -07:00
..
BanManager.cs Add ban ticket ID to ban messages 2021-04-19 21:48:34 +09:30
CharacterManager.cs Warn players if bypass SSC permission is enabled 2021-05-21 01:16:04 -07:00
DBTools.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
GroupManager.cs Add tele potion and conch perms to default 2021-05-16 20:57:26 -04: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