MantisBT

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000604Soldat Dedicated ServerScripting Corepublic2015-01-11 14:272015-01-14 10:43
ReporterJotEmI 
Assigned ToExHunter 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version2.7.8 
Target VersionFixed in Version 
Summary0000604: SC3 Game.Password shows admin password instead of game password
DescriptionAs in the title, property Game.Password returns Admin_Password from soldat.ini instead of Game_Password.
Steps To Reproducefunction OnAdminCommand(Player: TActivePlayer; Command: string): boolean;
var
    txt: string;
begin
    txt:=lowercase(Command);
    Result:=false;
    if(txt='/showpass')then Player.WriteConsole('[*]Password: '+Game.Password,$FFFFFFFF);
end;

begin
    Game.OnAdminCommand:=@OnAdminCommand;
end.
TagsNo tags attached.
John
Attached Files

- Relationships

-  Notes
(0002383)
ExHunter (developer)
2015-01-14 10:43

Fixed (Game.Password was read only, too. It's now Read+Write)

Also added Game.AdminPassword property.

- Issue History
Date Modified Username Field Change
2015-01-11 14:27 JotEmI New Issue
2015-01-14 10:43 ExHunter Note Added: 0002383
2015-01-14 10:43 ExHunter Status new => resolved
2015-01-14 10:43 ExHunter Resolution open => fixed
2015-01-14 10:43 ExHunter Assigned To => ExHunter


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker