mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 06:41:37 +00:00
5 lines
218 B
Plaintext
5 lines
218 B
Plaintext
/datum/unit_test/rustg_version/Run()
|
|
var/library_version = rustg_get_version()
|
|
if(library_version != RUST_G_VERSION)
|
|
Fail("Invalid RUSTG Version. Library is [library_version], but in-code API is [RUST_G_VERSION]")
|