Akna Air Tower, Ceryshen, has its amenities wired. The default spawn point has been moved to allow for the tower at Akna to interfere with the tower at Anguta.

This commit is contained in:
FateJH 2018-03-29 23:45:11 -04:00
parent ddc2450541
commit 7f40b31a34
4 changed files with 538 additions and 435 deletions

View file

@ -26,4 +26,8 @@ class DisconnectMessageTest extends Specification {
pkt mustEqual string
}
"comparison" in {
DisconnectMessage("First") mustEqual DisconnectMessage("First", "", "")
}
}