per: The inline Lua code at api.pkg used class metho...
[email protected] Fri, 26 Aug 2005 12:21:04 -0700
| Newsgroups | gmane.games.freeciv.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated notification of a change to freeciv cvs, on Fri Aug 26 12:14:26 PDT 2005 = Fri Aug 26 19:14:26 2005 (GMT) by <[email protected]> ---- Files affected: freeciv/server/scripting api.pkg ---- Log message: Tag: HEAD The inline Lua code at api.pkg used class method names which clashed with class attributes, and the code tried to access class attributes which do not exist. This fixes the "invalid 'self' in accessing variable 'owner'" bug. Fixed by Jason in PR#13449 and Vasco in PR#13729.