Little Fix

This commit is contained in:
Skaronator
2013-11-16 18:10:32 +01:00
parent 8f663367e8
commit 9c1330a0fd

View File

@@ -10,7 +10,7 @@ _clientID = owner _player;
if (_buyorsell == 0) then { //Buy
diag_log format["EPOCH SERVERTRADE: Player: %1 (%2) bought a %3 in/at %4", (name _player), (getPlayerUID _player), _classname, _traderCity];
} else { //SELL
diag_log format["EPOCH SERVERTRADE: Player: %1 (%2) sold a %3 in/at %4",];
diag_log format["EPOCH SERVERTRADE: Player: %1 (%2) sold a %3 in/at %4",(name _player), (getPlayerUID _player), _classname, _traderCity];
};
//Send request