111
This commit is contained in:
@@ -8,6 +8,7 @@ if (!("Cb_History_Log_Func" in getroottable())) Cb_History_Log_Func <- {};
|
||||
|
||||
function Cb_History_Log(Data) {
|
||||
// print(Data[0]);
|
||||
if(Data.len() < 14) return;
|
||||
local UID = Data[1].tointeger();
|
||||
local Time = Data[3];
|
||||
local CharacName = Data[4];
|
||||
|
||||
Reference in New Issue
Block a user