RocketMod / Rocket.Unturned

Unturned 3 implementation of the RocketMod — .NET Game Server Plugin Framework
MIT License
83 stars 109 forks source link

Zero-size xml configs after disk quota exceeded #82

Closed D-AIRY closed 5 years ago

D-AIRY commented 5 years ago

If server exceeded disk quota for some reason, most likely some of configs will break, and server won't launch again. Old configs shouldn't be deleted in case of new one's write is failed. Consider to use temp files to write and rename it after success.

Trojaner commented 5 years ago

To be honest this is a very special case, there are no plans to support this scenario. However, RM5 may have magically fixed this as well.