Skip to content

Commit a3bd0a3

Browse files
committed
2 parents cf721cf + 5b2b27d commit a3bd0a3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This is a simple addon for [Waypoint Placeables](https://github.com/WaypointRP/w
3131
printer2 = {name = "printer2", label = "Printer", weight = 5000, type = "item", image = "printer2.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = "Print a nice document"},
3232
printer3 = {name = "printer3", label = "Printer", weight = 5000, type = "item", image = "printer3.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = "Print a nice document"},
3333
printer4 = {name = "printer4", label = "Printer", weight = 5000, type = "item", image = "printer4.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = "Print a nice document"},
34-
photocopier = {name = "printer5", label = "Photocopier", weight = 5000, type = "item", image = "photocopier.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = "Make a lot of copies"},
34+
photocopier = {name = "photocopier", label = "Photocopier", weight = 5000, type = "item", image = "photocopier.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = "Make a lot of copies"},
3535
```
3636
4. In `wp-placeables/shared/config.lua`, search for `-- Uncomment this line if you are using wp-printer` and uncomment the following lines:
3737
```lua
@@ -49,6 +49,7 @@ This is a simple addon for [Waypoint Placeables](https://github.com/WaypointRP/w
4949
{item = "printer4", label = "Printer", model = "v_ret_gc_print", isFrozen = true, customTargetOptions = printerCustomTargetOptions},
5050
{item = "photocopier", label = "Photocopier", model = "v_med_cor_photocopy", isFrozen = true, customTargetOptions = printerCustomTargetOptions},
5151
```
52+
> Note: If you are using `ox` for any of the Framework options you need to uncomment `@ox_lib/init.lua` in the fxmanifest.lua.
5253

5354
## Dependencies
5455
- [Waypoint Placeables](https://github.com/WaypointRP/wp-placeables)

0 commit comments

Comments
 (0)