Skip to content

Commit

Permalink
More delay for LOADING_SCREEN_DISABLED
Browse files Browse the repository at this point in the history
  • Loading branch information
QartemisT authored Apr 9, 2022
1 parent e31c1f5 commit 8d878bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DBM-PvP/PvPGeneral.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ do
end

function mod:LOADING_SCREEN_DISABLED()
self:Schedule(0.5, Init, self)
self:Schedule(1, Init, self)
self:Schedule(3, Init, self)
end
mod.ZONE_CHANGED_NEW_AREA = mod.LOADING_SCREEN_DISABLED
mod.PLAYER_ENTERING_WORLD = mod.LOADING_SCREEN_DISABLED
Expand Down

0 comments on commit 8d878bf

Please sign in to comment.