Skip to content

Commit

Permalink
Remove additional log
Browse files Browse the repository at this point in the history
  • Loading branch information
LakeYS committed Sep 15, 2020
1 parent 20a4857 commit 690463f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GameMode_CityRPG4/server/brickScripts/info/job.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ datablock fxDTSBrickData(CityRPGJobBrickData : brick2x4FData)
// ============================================================
function CityMenu_Jobs(%client, %brick)
{
talk(%client);
%client.cityMenuMessage("\c3" @ $Pref::Server::City::name @ " Employment Office");
%client.cityMenuMessage("\c6Your current job is\c3" SPC %client.getJobSO().name @ "\c6 with an income of \c3$" @ %client.getJobSO().pay @ "\c6.");

Expand Down

0 comments on commit 690463f

Please sign in to comment.