Skip to content

Commit 7e45d67

Browse files
author
A S Lewis
committed
Repair v2.0.0
1 parent 90472df commit 7e45d67

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

MANIFEST

-28
Original file line numberDiff line numberDiff line change
@@ -114,34 +114,18 @@ pack/install
114114
pack/README
115115
README.rst
116116
screenshots/shot1.png
117-
screenshots/shot10.jpeg
118117
screenshots/shot10.png
119-
screenshots/shot10m.jpeg
120118
screenshots/shot10m.png
121-
screenshots/shot11.jpeg
122119
screenshots/shot11.png
123-
screenshots/shot11m.jpeg
124120
screenshots/shot11m.png
125-
screenshots/shot12.jpeg
126121
screenshots/shot12.png
127-
screenshots/shot12m.jpeg
128122
screenshots/shot12m.png
129-
screenshots/shot13.jpeg
130123
screenshots/shot13.png
131-
screenshots/shot13m.jpeg
132124
screenshots/shot13m.png
133-
screenshots/shot14.jpeg
134125
screenshots/shot14.png
135-
screenshots/shot14m.jpeg
136126
screenshots/shot14m.png
137-
screenshots/shot15.jpeg
138127
screenshots/shot15.png
139-
screenshots/shot15m.jpeg
140128
screenshots/shot15m.png
141-
screenshots/shot16.jpeg
142-
screenshots/shot16m.jpeg
143-
screenshots/shot17.jpeg
144-
screenshots/shot17m.jpeg
145129
screenshots/shot18.png
146130
screenshots/shot18m.png
147131
screenshots/shot19.png
@@ -160,21 +144,9 @@ screenshots/shot23m.png
160144
screenshots/shot2m.png
161145
screenshots/shot3.png
162146
screenshots/shot3m.png
163-
screenshots/shot4.jpeg
164147
screenshots/shot4.png
165-
screenshots/shot4m.jpeg
166148
screenshots/shot4m.png
167-
screenshots/shot5.jpeg
168-
screenshots/shot5m.jpeg
169-
screenshots/shot6.jpeg
170-
screenshots/shot6m.jpeg
171-
screenshots/shot7.jpeg
172-
screenshots/shot7m.jpeg
173-
screenshots/shot8.jpeg
174-
screenshots/shot8m.jpeg
175-
screenshots/shot9.jpeg
176149
screenshots/shot9.png
177-
screenshots/shot9m.jpeg
178150
screenshots/shot9m.png
179151
scripts/axmud.pl
180152
scripts/baxmud.pl

lib/Games/Axmud/Obj/File.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -13799,7 +13799,7 @@
1379913799
# Check for improper arguments
1380013800
if (! defined $readFlag || defined $check) {
1380113801

13802-
return $axmud::CLIENT->writeImproper($self->_objClass . '->disableSaveLoad', @_);
13802+
return $axmud::CLIENT::writeImproper($self->_objClass . '->disableSaveLoad', @_);
1380313803
}
1380413804

1380513805
# Set GA::Client flags

0 commit comments

Comments
 (0)