# | Line 97 | Line 97 | uint16_t ONICALL status(sl_callinfo* cal | |
---|---|---|
97 | DDrConsole_PrintF("Client %i: %s from %s", | |
98 | j, | |
99 | PlayerList[j]->name, | |
100 | < | (inet_ntoa(*( (struct in_addr*)(int*)&(PlayerList[j]->ip ) )))); |
100 | > | inet_ntoa(*( (struct in_addr*)(int*)&(PlayerList[j]->ip ) ))); |
101 | } | |
102 | } | |
103 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |