Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local depot
- for factionId=1, 10 do
- if FactionManager:getSingleton():getFromId(factionId) and FactionManager:getSingleton():getFromId(factionId).m_Depot then
- delete(FactionManager:getSingleton():getFromId(factionId).m_Depot)
- FactionManager:getSingleton():getFromId(factionId).m_Depot = nil
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment