You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
I've already added TODO, but the timeout for when the server.dat last update is older than 30 days causes a shutdown, which then saves the .dat with nothing in it. Especially since you need a really old version of Access to be able to set that date, we may want to remove this, or at least have it not overwrite the .dat
modDatabase.LoadDatabase
IfWorld.LastUpdate>CLng(Date)OrAbs(World.LastUpdate-CLng(Date))>=30ThenIfMsgBox("Please verify that your system date and time is set correctly -- click ok to go on.",vbOKCancel,TitleString)=vbCancelThen'@TODO This looks like it's deleting old .dat files by writing the emptiness over what was thereShutdownServerEndEndIfEndIf
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've already added TODO, but the timeout for when the server.dat last update is older than 30 days causes a shutdown, which then saves the .dat with nothing in it. Especially since you need a really old version of Access to be able to set that date, we may want to remove this, or at least have it not overwrite the .dat
modDatabase.LoadDatabase
The text was updated successfully, but these errors were encountered: