Moduł:Version/Numbers: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
| [wersja nieprzejrzana] | [wersja nieprzejrzana] |
d aktualizacja build pe |
d Aktualizacja |
||
| 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.5', | ||
['pc-server'] = nil, | ['pc-server'] = nil, | ||
['weekly'] = '', | ['weekly'] = '', | ||
Wersja z 14:11, 22 maj 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.5',
['pc-server'] = nil,
['weekly'] = '',
['weekly-server'] = nil,
['android'] = { '0.10.5', prefix = 'PE' },
['android-snap'] = { '0.11.0 build 10', prefix = 'PE' },
['ios'] = { '0.10.4', prefix = 'PE' },
['firetv'] = { '0.10.5', prefix = 'PE' },
['windowsphone'] = { '0.10.4', prefix = 'PE' },
['xbox'] = { 'TU24', prefix = 'Konsola' },
['xbone'] = { 'CU12', prefix = 'Konsola' },
['ps3'] = { '1.16', prefix = 'Konsola' },
['ps4'] = { '1.16', prefix = 'Konsola' },
['psvita'] = { '1.16', prefix = 'Konsola' },
['pi'] = { '0.1.1', prefix = 'Pi' },
['launcher'] = { '1.6.11', prefix = 'Launcher' }
}