mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-06-14 09:52:52 +01:00
eabefc538a
This reverts commit6bb5409349, reversing changes made tof6a83d5ee0.
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 |