исправление крит ошибок
This commit is contained in:
parent
27b30638d8
commit
397d598809
2 changed files with 3 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
# This represents a number of days offset from January 1, 1000
|
||||
# The default is (5 * daysInMonth) = 40, which starts at June 1, 1000 (with the default daysInMonth = 8)
|
||||
#Range: > -1
|
||||
defaultCalendarStartDay = 40
|
||||
defaultCalendarStartDay = 150
|
||||
|
||||
[debug]
|
||||
#
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ LootJS.modifiers((event) => {
|
|||
* 2. Не работает очистка меди от меда.
|
||||
* 3. Не работает очистка меди от ржавчины.
|
||||
*/
|
||||
/*
|
||||
ItemEvents.rightClicked(event => {
|
||||
const block = event.getTarget().block
|
||||
const item = event.getItem()
|
||||
|
|
@ -84,4 +85,4 @@ ItemEvents.rightClicked(event => {
|
|||
// todo
|
||||
}
|
||||
}
|
||||
})
|
||||
})*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue