Opened 10 years ago
Closed 10 years ago
#7 closed defect (fixed)
modinfo.lua contains wrong version
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | component1 | Version: | |
Keywords: | Cc: |
Description
when looking into: http://imolarpg.dyndns.org/trac/balatest/browser/trunk/modinfo.lua
the name tag is wrong:
return {
name='Balanced Annihilation SVN',
but it should be
return {
name='Balanced Annihilation',
Note:
See TracTickets
for help on using tickets.