had to increase the delay a bit again, gotta find a better solution

This commit is contained in:
Manuel Simon Hirsig
2015-09-25 21:37:47 +02:00
parent d3e8be41ab
commit bda1b0d52a
+3 -3
View File
@@ -27,9 +27,9 @@ function Postal:OnInitialize()
Postal_BagLinks = {}
Postal_ScheduledStack = {}
Postal_SelectedItems = {}
Postal_PICKDELAY = 0.2
Postal_DELETEDELAY = 0.2
Postal_DELETEEVENTDELAY = 0.2
Postal_PICKDELAY = 1
Postal_DELETEDELAY = 1
Postal_DELETEEVENTDELAY = 1
PostalFrame.num = 0
PanelTemplates_SetNumTabs(MailFrame, 3)