MantisBT

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000043Soldat Dedicated ServerScripting Corepublic2011-09-17 20:032011-09-18 14:08
ReporterDorkeyDear 
Assigned ToShoozza 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
Platformx86OSWindowsOS Version7
Product Version2.7.0 
Target VersionFixed in Version2.7.1 
Summary0000043: KickPlayer falsely states somebody got kicked in server console
DescriptionWhen 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 Reproduceprocedure 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;
TagsNo tags attached.
John
Attached Files

- Relationships

-  Notes
(0001131)
DorkeyDear (reporter)
2011-09-17 20:04

"only tested with the BOT Kruger"*

- 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


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker