-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Container bugfix #653
Container bugfix #653
Conversation
doesn'T work in current master branch commit a5a5821 { |
error seems to be in AL.ini |
Hi @cryptearth thanks for the comments and getting this tested. Good spot on the error and a suggested fix, however an even better fix is just to remove the parseSimpleArray usage - as SQL Custom can give us an array as an array (rather then a string as we did before). This will be the best way forward. |
So, as I'm at my sisters wedding only using my notebook I had to quickly write my own PBO packer https://github.com/cryptearth/pbopacker (edit: ok, I guess that was waste of time: I could had just used FileBank from Arma3 tools) - pulled latest master commit 99e05e8 - quickly patched in your latest edits - and uploaded to my server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested as pulled from master 99e05e8 - works as intended
Any reaso why this wasn't merged yet? |
Resolves #601 (on master branch)
Changes proposed in this pull request:
When player disconnects, sets the 'containers' variable on owned houses to nil
I have tested my changes and corrected any errors found