SollmoStudio / beyond

Beyond: The Scalable Game Server Framework
http://www.beyondframework.com
Apache License 2.0
25 stars 9 forks source link

Fix bugs when save the document without change data. #125

Closed sgkim126 closed 10 years ago

sgkim126 commented 10 years ago

Currently, ScriptableCollection.save method requests update the document even though there is no changed data. It makes no error on linux, but makes an error on mac.

This patch makes ScriptableCollection.save method requests only when there is a changed data.

sgkim126 commented 10 years ago

There is style errors. The errors will be fixed in https://github.com/SollmoStudio/beyond/pull/126 this patch.

kseo commented 10 years ago

Landed manually.