mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-20 05:37:54 +01:00
8be10d96dd
Updates comment Updates supply file
6 lines
125 B
Plaintext
6 lines
125 B
Plaintext
#if DM_VERSION < 510
|
|
|
|
/proc/replacetext(text, find, replacement)
|
|
return jointext(splittext(text, find), replacement)
|
|
|
|
#endif |