Internal ip sorunu fix

XPyrion

Moderatör
Moderatör
Premium Üye
Geliştirici
Yardımsever Üye
Editör
Mesaj
805
Çözümler
41
Beğeni
1.985
Puan
1.179
Game-Db Source/Server/game/src/config.cpp

Gir ve arat:


C++:
        if (!strncmp(netip, "192.168", 7)) // ignore if address is starting with 192

Şu şekilde değiştir:

C++:
        if (!strncmp(netip, "000.000", 7)) // ignore if address is starting with 192

Alıntıdır.
 
Geri
Üst