6 lines
121 B
Plaintext
6 lines
121 B
Plaintext
// cell update - Check for updates
|
|
var shop = use('shop')
|
|
|
|
log.console("Checking for updates...")
|
|
shop.update()
|
|
$_.stop() |