Fixed a few problems with PDA crew manifest.

This commit is contained in:
cib
2012-12-24 21:13:29 +01:00
parent 03b52e77e6
commit 39b12b280a
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ Code:
menu = "<h4><img src=pda_notes.png> Crew Manifest</h4>"
menu += "Entries cannot be modified from this terminal.<br><br>"
if(data_core)
menu += data_core.get_manifest()
menu += data_core.get_manifest(1) // make it monochrome
menu += "<br>"