| # | Line 7 | Line 7 | |
|---|---|---|
| 7 | ||
| 8 | ||
| 9 | extern uint16_t max_connections; | |
| 10 | < | player_info* FLrServer_AddPlayer(int ip, char* name, bool is_server); |
| 10 | > | player_info* FLrServer_AddPlayer(int ip, char* name, bool is_server, bool is_bot); |
| 11 | > | void FLsPublic_Event( unsigned int eventIndex, int * args); |
| 12 | > | |
| 13 | void FLrServer_Initialize(); | |
| 14 | #endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |