We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MorningGlorySeed の都合から、実はデータ削除はサーバー終了時にやったほうがいい(MorningGlorySeedでシード値を公開するのはいわゆる「タイムアップによるネタバラシ」なので、削除を決行する直前にしかシード値を公開するべきではない)。
なので、終了時にフックしてMorningGlorySeedに対する命令を発行して終了したうえでデータを削除する、という結構複雑な流れになる(MorningGlorySeed側の変更も必要になってしまう)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MorningGlorySeed の都合から、実はデータ削除はサーバー終了時にやったほうがいい(MorningGlorySeedでシード値を公開するのはいわゆる「タイムアップによるネタバラシ」なので、削除を決行する直前にしかシード値を公開するべきではない)。
なので、終了時にフックしてMorningGlorySeedに対する命令を発行して終了したうえでデータを削除する、という結構複雑な流れになる(MorningGlorySeed側の変更も必要になってしまう)
The text was updated successfully, but these errors were encountered: