[screeps] Release 2.5.1 (#29623)

This commit is contained in:
Resi Respati
2018-10-10 14:17:45 -07:00
committed by Andy
parent e3cd5fe933
commit ca831d1902
2 changed files with 845 additions and 782 deletions
+838 -782
View File
File diff suppressed because it is too large Load Diff
+7
View File
@@ -655,3 +655,10 @@ function keys<T>(o: T): Array<keyof T> {
}
}
}
// Room event log
{
room.getEventLog();
room.getEventLog(true);
}