Ok, so yesterday on my server I was setting up all the Allowed/Disallowed/Door groups on the 10,000 doors on my map. Then I restarted it to see if they saved and the doors that I "disallowed ownership" on stayed but door groups didn't.I then got a lua error which persists through restarts saying there's a door with no data. I'm pretty good at editing lua files and stuff but I looked through all my files trying to reset door data, Googled it for 3+ hours and can't find a solution.
Here is the error
[code][ERROR] gamemodes/darkrp/gamemode/modules/doorsystem/sv_doorvars.lua:142: Calling updateDoorData on a door that has no data!
1. error - [C]:-1
2. updateDoorData - gamemodes/darkrp/gamemode/modules/doorsystem/sv_doorvars.lua:142
3. addKeysDoorTeam - gamemodes/darkrp/gamemode/modules/doorsystem/sv_doorvars.lua:37
4. callback - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:345
5. query - gamemodes/darkrp/gamemode/libraries/database.lua:145
6. setUpTeamOwnableDoors - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:338
7. onFinished - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:152
8. commit - gamemodes/darkrp/gamemode/libraries/database.lua:59
9. initDatabase - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:149
10. Call - gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:81
11. unknown - gamemodes/darkrp/gamemode/libraries/database.lua:33[/code]
So really my question is, is how do I reset the door data system? (Reset ownership of all doors)
Thanks.
Sorry, you need to Log In to post a reply to this thread.