Moduł:Version/Numbers: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
| [wersja nieprzejrzana] | [wersja nieprzejrzana] |
d Poprawa wersji innych niż PC... |
d Aktualizacja wersji 1.8.8-pre1 -> 1.8.8 oficjalne wydanie |
||
| Linia 4: | Linia 4: | ||
['classic'] = { '0.30', prefix = 'Classic' }, | ['classic'] = { '0.30', prefix = 'Classic' }, | ||
['classic-server'] = { '1.1.2', prefix = 'Classic' }, | ['classic-server'] = { '1.1.2', prefix = 'Classic' }, | ||
['pc'] = '1.8. | ['pc'] = '1.8.8', | ||
['pc-server'] = nil, | ['pc-server'] = nil, | ||
['weekly'] = ' | ['weekly'] = 'nil', | ||
['weekly-server'] = nil, | ['weekly-server'] = nil, | ||
['android'] = { '0.11.1', prefix = 'PE' }, | ['android'] = { '0.11.1', prefix = 'PE' }, | ||
Wersja z 18:07, 28 lip 2015
W tym module nie ma dokumentacji. Jeśli wiesz jak używać tego modułu, proszę, podaj odpowiednie informacje.
-- Set server versions to "nil" if they are the same as the client version
-- Set development versions to an empty string when there is no development version
return {
['classic'] = { '0.30', prefix = 'Classic' },
['classic-server'] = { '1.1.2', prefix = 'Classic' },
['pc'] = '1.8.8',
['pc-server'] = nil,
['weekly'] = 'nil',
['weekly-server'] = nil,
['android'] = { '0.11.1', prefix = 'PE' },
['android-snap'] = { '', prefix = 'PE' },
['ios'] = { '0.11.1', prefix = 'PE' },
['firetv'] = { '0.11.1', prefix = 'PE' },
['windowsphone'] = { '0.11.2', prefix = 'PE' },
['xbox'] = { 'TU27', prefix = 'Konsola' },
['xbone'] = { 'CU15', prefix = 'Konsola' },
['ps3'] = { '1.18', prefix = 'Konsola' },
['ps4'] = { '1.18', prefix = 'Konsola' },
['psvita'] = { '1.18', prefix = 'Konsola' },
['pi'] = { '0.1.1', prefix = 'Pi' },
['launcher'] = { '1.6.19', prefix = 'Launcher' }
}