ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MSVC/Flatline_BSL.c
(Generate patch)

Comparing Daodan/MSVC/Flatline_BSL.c (file contents):
Revision 578 by gumby, Wed Jan 12 18:47:16 2011 UTC vs.
Revision 579 by gumby, Thu Jan 13 01:02:52 2011 UTC

# Line 127 | Line 127 | uint16_t ONICALL addfake(sl_callinfo* ca
127  
128   uint16_t ONICALL kick(sl_callinfo* callinfo, uint32_t numargs, sl_arg args[], int* dontuse1, int* dontuse2, sl_arg* ret)
129   {
130 <        PlayerDisconnect(args[0].value_int32);
130 >        FLrPlayerDisconnect(args[0].value_int32 - 1);
131 >        FLsPublic_Event(EV_DISCONNECT, &args[0].value_int32);
132          return 0;
133   }
134  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)