Commit 33e3174ea5304cc8bda2c823a3484dcfd912ecff

Authored by Mumfrey
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,7 +35,7 @@
35 <property environment="env" /> 35 <property environment="env" />
36 36
37 <target name="setup_client"> 37 <target name="setup_client">
38 - <property name="client" value="true" /> 38 + <property name="clientjar" value="true" />
39 <property name="suffix" value="" /> 39 <property name="suffix" value="" />
40 <property name="javadocpath" value="docs" /> 40 <property name="javadocpath" value="docs" />
41 </target> 41 </target>