1.3.4.3 Update (API 1.26)
This commit is contained in:
parent
bccf2924ef
commit
50d8b0db30
7 changed files with 178 additions and 11 deletions
|
|
@ -676,8 +676,6 @@ namespace TShockAPI
|
|||
[Token]
|
||||
private object WorldMeteor(RestRequestArgs args)
|
||||
{
|
||||
if (null == WorldGen.genRand)
|
||||
WorldGen.genRand = new Random();
|
||||
WorldGen.dropMeteor();
|
||||
return RestResponse("Meteor has been spawned");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue