MantisBT - Soldat Dedicated Server | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000043 | Soldat Dedicated Server | Scripting Core | public | 2011-09-17 20:03 | 2011-09-18 14:08 |
Reporter | DorkeyDear | ||||
Assigned To | Shoozza | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | x86 | OS | Windows | OS Version | 7 |
Product Version | 2.7.0 | ||||
Target Version | Fixed in Version | 2.7.1 | |||
John | |||||
Summary | 0000043: KickPlayer falsely states somebody got kicked in server console | ||||
Description | When using KickPlayer on a valid player id, non-active player slot, the server console (not the player console) states " has been kicked.()". If the slot was in use previously, then it would say "Kruger has been kicked." (only tested with the but Kruger; may vary if human). One behavior which was confirmed to be incorrect (although I could have sworn this was true previously when tested in the 1.6.0rc; possibility I misread results) is that this behavior used to only apply for player slots 1-31. Player slot 32 was slightly different, in which if nobody was every in player slot 32, then no message appeared in the console. | ||||
Steps To Reproduce | procedure OnPlayerSpeak(const Id: byte; const Text: string); var i: integer; begin if (Text = 'add5') then begin for i := 1 to 5 do Command('/addbot5 Boogie Man'); exit; end; KickPlayer(StrtoInt(Text)); end; | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-09-17 20:03 | DorkeyDear | New Issue | |||
2011-09-17 20:04 | DorkeyDear | Note Added: 0001131 | |||
2011-09-18 14:08 | Shoozza | Status | new => resolved | ||
2011-09-18 14:08 | Shoozza | Fixed in Version | => 2.7.1 | ||
2011-09-18 14:08 | Shoozza | Resolution | open => fixed | ||
2011-09-18 14:08 | Shoozza | Assigned To | => Shoozza |
Notes | |||||
|
|||||
|
|