restored getTime in rand gen

This commit is contained in:
FinnHornhoover
2021-04-04 03:41:04 -07:00
committed by Gent Semaj
parent 001a0b8d4b
commit 44fd66b511
3 changed files with 5 additions and 11 deletions

View File

@@ -94,7 +94,7 @@ int main() {
#else
initsignals();
#endif
Rand::init();
Rand::init(getTime());
settings::init();
std::cout << "[INFO] OpenFusion v" GIT_VERSION << std::endl;
std::cout << "[INFO] Protocol version: " << PROTOCOL_VERSION << std::endl;