mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fix pbSave's incorrect deprecation message (#110)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# @deprecated Use {Game.save} instead. pbSave is slated to be removed in v20.
|
||||
def pbSave(safesave = false)
|
||||
Deprecation.warn_method('pbSave', 'Game.save', 'v20')
|
||||
Deprecation.warn_method('pbSave', 'v20', 'Game.save')
|
||||
Game.save(safe: safesave)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user