mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 03:43:19 +00:00
Applied patch #1023 by Walter Dörwald:
...Bug in Python source: wmlparser.DataDefine.copy()
This commit is contained in:
parent
de80e0cc8b
commit
35f37ca983
@ -88,7 +88,7 @@ class DataDefine(Data):
|
||||
self.data = define
|
||||
|
||||
def copy(self):
|
||||
return DataDefine(self.name, self.params, self.define)
|
||||
return DataDefine(self.name, self.params, self.data)
|
||||
|
||||
def get_value(self):
|
||||
return self.data
|
||||
|
Loading…
x
Reference in New Issue
Block a user