Internal ip sorunu fix

XPyrion

Premium Üye
Premium Üye
Geliştirici
Yardımsever Üye
Emekli Üye
Editör
Mesaj
805
Çözümler
41
Beğeni
2.006
Puan
1.679
Ticaret Puanı
0
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