Commit 33e3174ea5304cc8bda2c823a3484dcfd912ecff
1 parent
6424d546
fix client jar build minor typo
Showing
1 changed file
with
1 additions
and
1 deletions
ant/build_liteloader.xml
| ... | ... | @@ -35,7 +35,7 @@ |
| 35 | 35 | <property environment="env" /> |
| 36 | 36 | |
| 37 | 37 | <target name="setup_client"> |
| 38 | - <property name="client" value="true" /> | |
| 38 | + <property name="clientjar" value="true" /> | |
| 39 | 39 | <property name="suffix" value="" /> |
| 40 | 40 | <property name="javadocpath" value="docs" /> |
| 41 | 41 | </target> | ... | ... |