Skip to content

Commit fb4742d

Browse files
authored
Update index.php.src
fixed hint displaying "<em>Unknown</em>" on loading screen,
1 parent babed37 commit fb4742d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ $hints[] = ['Housing', 'Cole', 'Want to sell a building you own? You can either
131131
$hints[] = ['Housing', 'Cole', 'Want to sell all buildings you own without checking each one out? Type \'/door sellall\' in the chat window to quickly sell all your buildings.'];
132132

133133

134-
$hints[] = ['Fire Department', '<em>Unknown</em>', 'Working for the Government? You can purchase the suitable vehicles for this by pressing \'F1\', clicking on \'Market\' and selecting \'Government Vehicles\' in the dropdown menu!'];
134+
$hints[] = ['Fire Department', 'Taylor', 'Working for the Government? You can purchase the suitable vehicles for this by pressing \'F1\', clicking on \'Market\' and selecting \'Government Vehicles\' in the dropdown menu!'];
135135
$hints[] = ['Fire Department', 'ForceGhost', 'Ran out of medical supplies? Head over to your government vehicle, look at it and type \'/resupply\' in the chat window to refill your medkit!'];
136136
$hints[] = ['Fire Department', 'Jen', 'Ran out of foam for your fire extinguisher? Approach your fire engine, look at it and type \'/resupply\' in the chat window. You’ll be back fighting fires in no time!'];
137137

0 commit comments

Comments
 (0)