Fixed sbytes not processing correctly for work updates. Added a sync all function to guildleves.

This commit is contained in:
Filip Maj 2017-06-24 17:14:18 -04:00
parent 8fb4910320
commit c78fa033af
3 changed files with 46 additions and 0 deletions

View file

@ -20,5 +20,6 @@ function mainLoop(thisDirector)
wait(3)
thisDirector:StartGuildleve();
thisDirector:SyncAllInfo();
end