Skip to content

Commit

Permalink
Reverted whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
timosmit committed Apr 14, 2020
1 parent 95da07c commit 43750ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luascripts/wolfadmin/admin/banners.lua
Expand Up @@ -117,8 +117,8 @@ function banners.onGameInit(levelTime, randomSeed, restartMap)
banners.load()

banners.nextBanner(bits.hasbit(settings.get("g_bannerRandomize"), banners.RANDOM_START))
bannerTimer = timers.add(banners.autoprint, settings.get("g_bannerInterval") * 1000, 0)

bannerTimer = timers.add(banners.autoprint, settings.get("g_bannerInterval") * 1000, 0)
end
events.handle("onGameInit", banners.onGameInit)

Expand Down

0 comments on commit 43750ba

Please sign in to comment.