mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 13:37:22 +00:00
Set url from world config instead of hardcoding
This commit is contained in:
parent
d7eb8783a8
commit
875827d688
@ -1089,7 +1089,7 @@ void HandlePacket(Packet* packet) {
|
|||||||
noBBB:
|
noBBB:
|
||||||
|
|
||||||
// Tell the client it's done loading:
|
// Tell the client it's done loading:
|
||||||
GameMessages::SendInvalidZoneTransferList(player, packet->systemAddress, u"https://github.com/DarkflameUniverse/DarkflameServer", u"", false, false);
|
GameMessages::SendInvalidZoneTransferList(player, packet->systemAddress, GeneralUtils::ASCIIToUTF16(Game::config->GetValue("source")), u"", false, false);
|
||||||
GameMessages::SendServerDoneLoadingAllObjects(player, packet->systemAddress);
|
GameMessages::SendServerDoneLoadingAllObjects(player, packet->systemAddress);
|
||||||
|
|
||||||
//Send the player it's mail count:
|
//Send the player it's mail count:
|
||||||
|
Loading…
Reference in New Issue
Block a user