Names are limited to 32 characters.
This commit is contained in:
parent
9a68676392
commit
c7d69f42fd
2 changed files with 9 additions and 4 deletions
|
|
@ -95,9 +95,9 @@ namespace TShockAPI
|
|||
Tools.SendMessage(ply, lineTwo, new float[] { 255f, 255f, 0f });
|
||||
string lineThree = "";
|
||||
lineThree += "InvMultiplier : " + ConfigurationManager.invasionMultiplier + ", ";
|
||||
lineThree += "SpawnProtect : " + ConfigurationManager.spawnProtect + ", ";
|
||||
lineThree += "SpawnProtectR : " + ConfigurationManager.spawnProtectRadius + ", ";
|
||||
lineThree += "DefaultMaxSpawns : " + ConfigurationManager.defaultMaxSpawns + ", ";
|
||||
lineThree += "ProtectS : " + ConfigurationManager.spawnProtect + ", ";
|
||||
lineThree += "ProtectR : " + ConfigurationManager.spawnProtectRadius + ", ";
|
||||
lineThree += "DMS : " + ConfigurationManager.defaultMaxSpawns + ", ";
|
||||
lineThree += "SpawnRate: " + ConfigurationManager.defaultSpawnRate + ", ";
|
||||
Tools.SendMessage(ply, lineThree, new float[] { 255f, 255f, 0f});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue