Remove unused configuration parameter from WorldMaker script.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8543 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
c0f82f0f2e
commit
2597c06ea1
|
@ -225,13 +225,5 @@ print("Done!");]]></code>
|
|||
<type>java.lang.String</type>
|
||||
<value>worldmap</value>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<name>CheckDelay</name>
|
||||
<description>The delay in milliseconds between map checks</description>
|
||||
<type>java.lang.Integer</type>
|
||||
<value>15000</value>
|
||||
<minimum>0</minimum>
|
||||
<maximum>86400000</maximum>
|
||||
</parameter>
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue