MantisBT - Soldat Dedicated Server | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0000604 | Soldat Dedicated Server | Scripting Core | public | 2015-01-11 13:27 | 2015-01-14 09:43 |
| Reporter | JotEmI | ||||
| Assigned To | ExHunter | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | 2.7.8 | ||||
| Target Version | Fixed in Version | ||||
| John | |||||
| Summary | 0000604: SC3 Game.Password shows admin password instead of game password | ||||
| Description | As in the title, property Game.Password returns Admin_Password from soldat.ini instead of Game_Password. | ||||
| Steps To Reproduce | function 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. | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2015-01-11 13:27 | JotEmI | New Issue | |||
| 2015-01-14 09:43 | ExHunter | Note Added: 0002383 | |||
| 2015-01-14 09:43 | ExHunter | Status | new => resolved | ||
| 2015-01-14 09:43 | ExHunter | Resolution | open => fixed | ||
| 2015-01-14 09:43 | ExHunter | Assigned To | => ExHunter | ||
| Notes | |||||
|
|
|||||
|
|
||||