Disable random tips until the locale replace is finished

This commit is contained in:
Vortrex
2022-06-17 08:04:37 -05:00
parent 4e0bce571f
commit 1e4bc2a19d

View File

@@ -117,7 +117,7 @@ function oneMinuteTimerFunction() {
// =========================================================================== // ===========================================================================
function tenMinuteTimerFunction() { function tenMinuteTimerFunction() {
showRandomTipToAllPlayers(); //showRandomTipToAllPlayers();
saveServerDataToDatabase(); saveServerDataToDatabase();
checkInactiveVehicleRespawns(); checkInactiveVehicleRespawns();
} }